Category "azure"

ReactJS and Azure library problem with displaying certain elements

so I'm doing a school project where I'm trying to fetch data from my Azure blob-storage and then displaying it on a website which is creating in ReactJS. I've m

SQL Server Reporting Service (SSRS) on Azure SQL Database [closed]

Azure SQL Database supports Full recovery model and we can't change the recovery model of Azure SQL Databases. As mentioned here while making

Spring Boot Azure Multiple HttpSecurity

Is it possible to mix two authentication modes? Internal user: Azure ad External user: form authentication So far I have this: @EnableWebSecurity @EnableGlobalM

Databricks- ConcurrentAppendException:

I'm running like 20 notebooks concurrently and they all update the same Delta table (however, different rows). I'm getting the below exception if any two notebo

Proper way of tracing distributed requests through Azure Function Apps

I am experimenting with Node.js and the application insights SDK in two separate function apps. Nodejs is just what I am comfortable with to quickly poc, this m

Can't get Code from Azure Active Directory from Post because of redirect

I need assistance with a company website I'm working on that should be linked up with Azure Active Directory. I have read those Azure Active Directory Docs. Our

Service dependency on AD client services

I have a Win32 service that runs in an AD environment. Very early in its startup phase, this service now needs to make ADSI calls in order to find out the compu

Get-Date Error in AD Password Expire reminder

this is part of a code that reminds users if their active directory password is about to expire. It used to work, but now I get this error out of a sudden! Mayb

Azure function .net 6 return error 500 after deploy

I've migrated a project from .net core 3.1 to .net 6.0. I've resolved/updated all nugets and my functions runs well on local environments (I've tested on two pc

PIL UnidentifiedImageError from Azure Blob Trigger though image opens in 'watch'

I am trying to debug an Azure function locally using Blob trigger. When uploading an image file to Azure, the trigger is received by my function running locally

Azure Static Web Apps: How to set the version of Node.js?

I want to use Node.js v12.x to build and deploy but it uses 14.15.1: Using Node version: v14.15.1 Using Npm version: 6.14.8

Exporting/Importing dates from Active Directory

Simple export script to grab users from Active Directory and output a .csv file: $ad_users = Get-ADUser -SearchBase $adPath -LDAPFilter $filter -Properties samA

How can I create container in azurite running from test container in java?

I am trying to test azure file upload using azurite docker image from test container below is code I am using for the same public class AzureContainer { pu

I want to assign UAMI to kubelet, but it fails due to lack of permissions

I'm trying to assign UAMI to an AKS kubelet using terraform, but I don't have permissions and it fails with the following error. Error: creating Managed Kuberne

How to get Custom Log tables from Azure Log Analytics Workspace through PowerShell script?

I am looking for a way to get all custom log tables from an Azure log analytics workspace through PowerShell code. Below is an example of three custom log table

Connecting Cosmos Emulator DB in Docker container

I have developed a .NET core application using local Cosmos DB using Cosmos DB emulator. The application is running & adding new data in local Cosmos DB, wh

Can we update the configurations from the advance section of the Azure portal programmatically?

I am trying to call an API multiple times with the change in the configuration files. Can we do the changes in the configuration files at runtime in the code be

Creating a Calendar event O365 package in python?

I'm trying to make a script to add Calendar events to my main calendar in outlook using python and the O365 package. But I keep running into various issues with

How to utilize the Microsoft Azure Free Credits (200$) When we weren't known which regions are supported and having capacity to deploy our resources?

Azure VM for Free Trail Subscription is available in East US, West US 2, Southeast Asia, West Europe, and Central US. Whatever the location I select, it shows t

How to define parallelism for MS hosted agents with 2 pipelines

We've got two YAML Pipelines, pull-request.yml and main.yml. As the names suggest, pull-request.yml runs on every PR, and main.yml runs once deployed to main. I