We are in the process of upgrading our ARM Templates to Bicep, one of which is for storage. In the initially ported Bicep file, everything worked fine and then
I have a scenario that our Azure environment can't connect to on-premise, but on-premise can connect to Azure. So a service call from Azure to on-premise to be
I'm configuring a api app in azure with bicep. This is a dotnet core 3.1 app. For netFrameworkVersion i provide 'v3.1', this however doesn't work. The deploymen
I have a script that need to call child scripts in parallel. Child scripts using az cli and create/modify Azure PaaS objects in different Azure subscriptions. T
I want to connect 2 virtual machines, one is in North America and the other one in Asia. When I say I want to connect 2 virtual machines, it is simply that once
I try to create a Logic App with a Azure Queues Operation. I want to use a API connection resource to connect to the storage account. However The API Connection
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
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
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
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
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
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
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
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
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
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
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
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 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
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