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
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
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
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
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
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
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
Simple export script to grab users from Active Directory and output a .csv file: $ad_users = Get-ADUser -SearchBase $adPath -LDAPFilter $filter -Properties samA
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'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
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
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
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
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
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
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
I'm trying to understand how deployment slot works (https://docs.microsoft.com/en-us/cli/azure/webapp/deployment?view=azure-cli-latest). I ran the following com
I have a .net framework console application. Inside this application, I'm fetching secrets and certificates from keyvault using tenantId, client Id and Client S
I was just curious about the lifecycle of the Azure Batch's virtual machines. Say a VM is created and a task is completed. Is the VM terminated after a successf
I can use: show columns in table_name but this does not allow me to use the output in a query? This throws an error: SELECT * FROM show columns in table_name