Skip to main content

Questions tagged [azure-rm-template]

Azure Resource Manager(ARM) Templates are used to deploy all the resources required for an application to Azure. In the template, you define the resources that are needed for the application and specify deployment parameters to input values for different environments. They consist of JSON and expressions which you can use to construct values for your deployment.

azure-rm-template
0 votes
1 answer
49 views

Use an ARM template object as a parameter containing a key vault reference

I am attempting to make a generic ARM Template for deploying a VM, that will accept an object parameter that will be passed to a custom script extension and mapped into environment variables on the ...
ste-fu's user avatar
  • 7,164
0 votes
0 answers
64 views

ARM template auto parameterisation

I'm working on a Logic App migration process. The idea being I take my DEV logic app and deploy seamlessly to UAT This is a consumption logic app (not standard) so I believe a bunch of CI/CD ...
Nick.Mc's user avatar
  • 18.9k
0 votes
1 answer
56 views

User does not have permissions to enable Traffic Analytics for Vnet Flow Logs via Terraform (Azapi)

I create an azapi code to enable Vnet flow logs since its not available yet (https://github.com/hashicorp/terraform-provider-azurerm/issues/25982) I prepared a TF code: resource "azapi_resource&...
michasaucer's user avatar
  • 4,990
0 votes
2 answers
32 views

How automate process of creating AD App in ARM Template

I'm trying to automate the process of creating an Azure Enterprise Application. I've tried to do it first with Deployment scripts, but it seems it's not possible to do this way: Minimal Template to ...
Woitek1993's user avatar
0 votes
0 answers
45 views

Azure ARM dependsOn Graphing tool

I have some fairly complex deployment scripts written in Bicep. It would be really helpful to visualize the "dependsOn: []" graph in the ARM file (or Bicep). Is there a tool to do this?
mazecreator's user avatar
0 votes
1 answer
46 views

Create dynamic linked service with self-hosted integration runtime as a dynamic parameter in adf

I have 5 self hosted integration runtimes like shir, shir 1,shir2,...shir5. I want to create a linked service to a SQL MI in adf but want to dynamically pass the integration runtime values. whats the ...
bin's user avatar
  • 11
0 votes
1 answer
34 views

How to add health probe to a classic load balancer deployed as part of Azure cloud services extended support application

Microsoft document says we can do it through the service def file. Is there any way we can do it via ARM template? https://learn.microsoft.com/en-us/azure/cloud-services/schema-csdef-loadbalancerprobe ...
Vidya's user avatar
  • 1
0 votes
1 answer
82 views

Minimal Template to create Azure Enterprise app

I'm trying to automate the process of creating an Azure Enterprise Application with Deployment Scripts, but I'm getting the error: DeploymentScriptError: Insufficient privileges to complete the ...
Woitek1993's user avatar
0 votes
2 answers
67 views

got 'InvalidCreateRoleAssignmentRequest' error when doing the role assignment

What I try to do is to assign the Storage Blob Data Contributor role to one of my Function App so that the function app can access to the storage account and download file from the container. the code ...
Learning azure's user avatar
0 votes
1 answer
170 views

Standard logic app workflow URL does not show after deploying with ARM template to different resource group

I have resource group A with a standard logic app and a few workflows. Few of the workflows have a HTTP trigger and in the overview section the URL field is filled in. When I deploy all those ...
Sergio's user avatar
  • 141
0 votes
1 answer
189 views

My Az cli what-if for a bicep deployment at Management scope is not showing the change at the nested management group

So I have a bicep deployment file that creates a subscription and passes the subscription ID to another bicep file that targets management group scope to deploy resourcegroup and the other resource. ...
kossy tony's user avatar
0 votes
1 answer
110 views

How to grant RBAC for an Azure resource group via C# code?

I am trying to grant a permissions (RBAC, role-based access control) to Azure resource groups using C# code. I.e., I want to grant permissions to the resource group itself not just the individual ...
Claus Appel's user avatar
  • 1,397
0 votes
0 answers
37 views

Deploy . Net core application to Azure Marketplace

We have the entire application hosted on azure which has various azure services which includes the .Net core app service, Sql server and many more. Now we want to distribute this application as Azure ...
Vishal's user avatar
  • 1
0 votes
1 answer
53 views

ARM template with list of resources in different resource groups

I have to update some existing ARM templates to deploy a pair of resources (NSG, VNet) to multiple resource groups, where the resource groups are passed to the template as an array. Q: How do I make ...
Sten Petrov's user avatar
0 votes
1 answer
74 views

Diagnostic settings for FunctionApp in ARM template

I am trying to create an ARM template that deploys a workspace and an Azure Function App with Diagnostic Settings defined to write to that workspace (not to a storage account). I did that manually in ...
Adrián Alvarez's user avatar

15 30 50 per page
1
2 3 4 5
127