python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authorisation errors when deploying ARM templates to Azure Resource Group
I'm trying to deploy a couple ARM templates to an existing Azure Resource Group (RG1) from PowerShell. I'm getting authorisation errors while doing so though. The strange thing is that I'm not having ...
MrRog
Votes: 0
Answers: 1
ARM Template - Add secrets to the keyvault with activation and expiration date
Is there any method to add an activation date and expiration when creating secrets through arm template?
When I export the key vault template I see this:
{
"type": "Micr...
Kqly
Votes: 0
Answers: 1
Default Values in ARM templates when using Template Specs
We have implemented Template Specs for our ARM deployments to Azure a while ago and we drastically decreased the amount of work by doing that. The next thing we're trying to achieve is to start implem...
legan
Votes: 0
Answers: 2
Error: "self signed certificate in certificate chain" using AzureResourceManagerTemplateDeployment@3
I have a Azure DevOps pipeline that uses a task AzureResourceManagerTemplateDeployment@3 to deploy an ARM template and am getting a certificate error
This is my task:
- task: AzureResourceManagerTempl...
Bonomi
Votes: 0
Answers: 0