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
0 answers

Automatic application insights dependency collection for @azure/arm- SDKs

I'm struggling to enable automatic log collection for @azure/arm SDKs. Currently, I'm using @azure/arm-keyvault, @azure/arm-network and @azure/arm-resources. Is there some extra configuration needed? I thought HTTP logs are collected…
0
votes
1 answer

ARM Template: How to create connection to storage from different resource group?

I'm trying to write an ARM template to deploy a connection to the storage account for my Logic App. The problem is that my Logic App belongs to one resource group & the storage account in another. When I run the deployment pipeline I get the…
0
votes
1 answer

Architecture Azure AD Resource Groups

Please, could you tell me the advantages and disadvantages of using the resources of the Stage and Dev environments in a single Resource Group? As information: Access to these resources is common and the life cycle will be 90% the same. What other…
Kenzo_Gilead
  • 2,187
  • 9
  • 35
  • 60
0
votes
1 answer

Bicep template for Azure SQL Serverless database

Is Azure SQL Serverless database implementation supported using Bicep? I haven't seen any Bicep examples of it on Web. Most of the examples are using ARM only and the reverse engineering of ARM to Bicep is not working for me. It is just giving…
0
votes
1 answer

Subscription not registered in location 'West Europe'

I have created a smart detection alert for my application insights. When deploying, I receive the following error message: "message": "The subscription is not registered for the resource type 'smartDetectorAlertRules' in the location 'westeurope'.…
0
votes
1 answer

How to use multiple variables for AzureResourceManagerTemplateDeployment@3

I would like to use a yml variables file, rather than an ARM parameters file, so that I can use a single variable file for multiple bicep deployment tasks and to use the variables in other pipeline tasks without duplication, but am having trouble…
0
votes
1 answer

How to parameterize nested JSON object in Arm template?

below is the Arm Json that I am using to deploy the Consumption plan on Azure. Works perfectly. I want to how can we parameterize nested object in Arm: { "type": "Microsoft.Web/serverfarms", "apiVersion":…
Bilal Shafqat
  • 689
  • 2
  • 14
  • 26
0
votes
2 answers

how to pass correct scope to app registration to query the azure management service

I am new to azure and I am trying a simple thing but not able to figure out how to set the correct scopes for a service principal. I want to start and stop a ML compute using rest API. In order to do so, I would need the right token. below are the…
0
votes
1 answer

Can you see managed services definitions and assignments in Azure Portal?

I have a setup which uses Azure AD B2C and I want to enable monitoring using Azure Monitor. I followed the steps described on this page: https://learn.microsoft.com/en-us/azure/active-directory-b2c/azure-monitor It works, but before I enroll it to…
DeMaki
  • 371
  • 4
  • 15
0
votes
1 answer

AzureTag Policy automation using AzureDevops pipelines

We have a requirement to force certain tags to our azure resources. Some tags which we need to enforce from subscription level say(eg: st1=st1, st2=st2..), But some are needed to be resourcegroup level(rt1-rt1, rt2=rt2..) and others are to specific…
0
votes
1 answer

Azure resource tag bulk update using Azuredevops pipeline

I have created a pipeline by following the answer here and my requirement is to override all the current tags of each resources with my inputs in the pipeline. So I decided to use the az command with "replace" operation so that the tags will be…
0
votes
1 answer

How to deploy Azure function from c# or github?

The latest answer I could find that was on a path I was looking for is 5 years old and no longer applies. Is there a way to publish a function app in c# to other environments via REST, Azure.ResourceManager or some other way that is "not" the…
user2455808
  • 95
  • 1
  • 1
  • 9
0
votes
1 answer

Bicep - Get Service Principal ID from App ID

I want to create a roleAssignment in bicep using the principal ID of the used service connection in the ADO pipeline. Since there is no self-method in bicep as in terraform, I try to get the service principal ID of the used ARM service connection.…
0
votes
1 answer

Bicep publish runbook using URI

I am using Bicep to create an Automation Account, Blob storage, uploading a file to Blob, and then creating a Runbook inside my Automation Account. This works the first time, but if i update the file that goes into my blob, this isnt reflected in my…
0
votes
1 answer

Can I use Referencing functions and UI controls such as 'Microsoft.Solutions.ArmApiControl' in the uiFormDefinition of an Azure Template Spec?

I'm creating a Template Spec using Bicep, which works fine. Adding a custom UI to the Template Spec using a uiFormDefinition file also works. However, when I try to use the control 'Microsoft.Solutions.ArmApiControl' in the UI definition, it fails…
1 2 3
99
100