Questions tagged [azure-resource-manager]

Azure Resource Manager is a framework for deploying and managing applications across resources and managing groups of resources as single logical units on the Microsoft Azure cloud computing platform.

The tag is for ARM processors, use this tag for Azure Resource Manager.

2907 questions
0
votes
1 answer

Count of Availability Zones in Each region in Azure for EventGrid , Event Hub

Any az cli command in general to get to know count (1?2?3?) of availability zones in a particular region of Azure? I am trying to get these details for EventGrid and event hub specifically..
0
votes
0 answers

How do I create an Azure Function App v4 using Azure Resource Manager API

Consider the following code that worked for function apps prior to v4: var bindingsConfig = new { bindings = new object[] { new { AuthLevel = "function", Type = "httpTrigger", …
0
votes
1 answer

Check and Update SSL Certificates for Custom Domains on Azure Web App Service

I am currently looking to write a C# function that will query my Azure Web App Service and Check Custom Domains are valid. As part of this, I am using the newer Azure.ResourceManager libraries that query the ARM API. So far I have. internal async…
Max Power
  • 350
  • 4
  • 15
0
votes
0 answers

Not able to populate the picklist (dropdown) with Resource Group Name for Custom Task Azure DevOps Extension

Below is the task.json file. That fetches the ResourceGroupName for the picklist dynamically when the user selects the Service Connection within ConnectedServiceName. But when I run the script, I get a blank dropdown as per the screenshot below. …
0
votes
1 answer

How to obtain resourceGroupName of a resource in Azure Policy Definition?

I'm trying to validate if a resource is deployed in correct resource group (as in if it's deployed in a resourceGroupName containing "core-services")? An example: If bastionHosts is deployed/created in a "core-services" resource group. Does anyone…
r0r0n0a
  • 173
  • 2
  • 2
  • 10
0
votes
0 answers

Can a firewall child policy override DNS settings from a parent policy for application rules?

I currently have a parent firewall policy that has common rules in it that are to be shared with other firewall policies. However, I want to add application rules that use FQDNS into the parent policy and to do so need to enable DNS Proxy. I have a…
Pwndzz
  • 1
  • 1
0
votes
0 answers

Logic app managed identity api connections not selected/authenticated after a terraform deployment

If I deploy a logic app workflow that has connections that use the logic apps user assigned managed identity in terraform, the api connections show as invalid... I have to manually go in and select them and then save the logic app. I'm using ARM…
0
votes
1 answer

Not able to create multiple event-hub in one namespace using ARM template

I am trying to create multiple event hubs in a single namespace but I am not able to do so. I have tried a single event hub which I am able to create. When I am trying to create multiple event hubs passing all the event hub names in the variable and…
Ravi kant Gautam
  • 333
  • 2
  • 23
0
votes
0 answers

Azure ARM SDK to Create APP Managed Certificates

i need to add custom domains with SSL binding from my web application in Azure using ARM SDK. i have successfully created the domains but now i want to bind SSL on that domain, for that i need to Create the SSL with Azure ARM SDk. i have tried with…
0
votes
1 answer

How to link Azure.ResourceManager.AppContainers with Azure.ResourceManager.ContainerRegistry in container app configuration?

I'm trying to integrate Azure.ResourceManager.AppContainers with Azure.ResourceManager.ContainerRegistry but I'm unclear on how to use them together. I'm attempting to set up a container app configuration and have provided a prototype of my code…
Arcalise76
  • 56
  • 7
0
votes
2 answers

Can't create Azure TemplateSpec due to invalid api-versions

I'm trying to create a TemplateSpec using Bicep and the New-AzTemplateSpec command in Az-PS. However, I'm encountering an error and need some help to resolve it: { "error": { "code": "InvalidSchema", "message": "The template is invalid.…
0
votes
1 answer

Function is not creating inside Azure function App using ARM Template

I am trying to deploy the Azure Function App inside this one function using with Azure blob trigger using the ARM template. I am able to deploy the function app and it's up and running but the function inside is not getting created. First I created…
0
votes
1 answer

Azure Function Linked Service ARM template deployment

I am deploying a Azure Function Linked Service through CICD pipeline, I am unable to deploy it to ADF with its function key "LS_AF_xxxx_properties_typeProperties_functionAppUrl": { "value": "https://xxxx.azurewebsites.net" }, …
0
votes
1 answer

Azure ARM. Nested deployment fails to deploy content

It has been months already since I have been trying to implement and deploy a IaC template for Azure Logic Apps. The playbook I'm trying to deploy is based on a custom connector which I would like to deploy together with the playbook itself using…
Jacopo Terrinoni
  • 173
  • 1
  • 14
0
votes
1 answer

Unable to create Azure ARM Service Connection from Azure Devops using managed identity

I try to create a ARM service connection from Azure Devops Project Settings. I select Managed Identity as the connection type. I fill the values for tenant id, subscription id , and subscription name with the other required values. When I click on…