Category "azure"

.NET Azure sdk resource manager - NuGet package: Stable release

I'm planning to handle some Azure ARM code in .NET 6 and want to use Azure libraries. I found that there are 2 NuGet packages (old and new) available: Microsoft

Terraform Azure - Error while loading schemas for plugin components: Failed to obtain provider schema:

I am getting below error after running terraform plan. I tried running below command but did not help : terraform init - upgrade terraform init terraform plan

Uploading CICD artifact to Blob Storage with a time stamp

So I'm working on a CI/CD Pipeline in Azure DevOps and I want to add the functionality of sending the artifact at every run to blob storage, so we can revert to

Map a Azure Fileshare to Azure Runbook local drive to use as temporary storage

I am trying to access an AzureStorage to utilize it in an Azure- Powershell-Runbook. I need to accomplish that to save a SharePoint-Sitetemplate to that locatio

SignalR with Angular front-end works on localhost, but doesn't work remotely

I have two Azure Web App Services: front-end (written on Angular) and back-end (written in C# with SignalR). Either of them is placed on its own server, and I a

requests Table Azure Application Insights which operation belongs to which resource?

I am using Workbook in Azure Monitor and trying to create a dashboard. My All resources data goes into 1 Application Insights resource. I have resources like s

What should be the value of the sku field when creating Azure NAT Gateway?

I want to create a NAT gateway and there is a parameter called SKU is there in the list of parameters. Here is the code for the same $nat = @{ ResourceG

Azure function app scaled out but the performance of each instance are not equal

I have a durable function app to handle xml file in blob which size is between a few megabytes and hundreds of megabytes. The requirement requires up to 20 file

Change Feed Processor Issue

I am trying to test change feed processor in .net. I have tried to use the change feed processor from the beginning (as mentioned in documentation). When I star

Get Windows NT Login From Azure AD msal

I am working on API that is secured using Azure AD. Is there a way to get the Windows NT login from claims? Example. jDelaCruz

Powershell: Pass result of Get-AzTableRow to function

I am using below PowerShell code in azure functions to retrieve rows of users in azure table who belongs to a particular location. $Rows = Get-AzTableRow -table

Unable to install service fabric runtime

Update By looking at the processes under Task Manager, I was able to locate the installer for Service Fabric Runtime (the first of the two components that are a

Is there a Graph API to list Target Domains under External Identities?

Is it possible to access Target Domains via a Graph API, such as you can setup in Azure External Identities; see screenshot below. I've had a look at the Graph

Azure B2C token scope permission issue

When I try to get a token with a scope inside it then I get a This application does not have sufficient permissions against this web resource to perform the ope

Azure DevOps pipeline how set vcvars64.bat then call msbuild.exe from batch file?

On a local machine, I execute my build.bat after opening a x64 Native Tools Command Prompt for VS 2019, then build.bat calls msbuild.exe. call "C:\Program Files

how to change the directline secret key in a python bot on the Microsoft Botframework

I have a python chatbot (Bot framework) and I want to switch the conversation from the user and the bot to the user and a live agent using a secret key to the l

Execute script on Azure Windows VM via Azure pipeline

I am using third party software for master data management. This software does not have API's to perform deployment across environment. It has command line util

OData integration run time failed for Workplace analytics setup(Viva Insights)

I'm trying to create an OData integration runtime for the Workplace Analytics platform. I tried all the authentication types but I'm getting errors only. Here i

can we execute sql query in serverless pool from pipeline azure synapse?

Can we execute SQL query in the serverless pool from the pipeline in Azure Synapse? We are trying to run the SQL query in the Synapse pipeline, we are not able

How to return output of module

I am creating two Azure App Services and 2 App Service Plans using For Loop but I need to pass the HostingPlanID from the AppService plan to each of the App Ser