93622/how-to-export-the-template-used-for-a-deployment-in-azure
Hi Team,
I have one deployment in Azure. I want to export the template used for deployment. How can I do that?
Hi@akhtar,
You can export the deployment available in Azure Cloud. You need to tell the resource group in your command, as shown below.
$ az group deployment export --name MyDeployment --resource-group MyResourceGroup
We can get some additional info like Size, ...READ MORE
I don't think its possible to find ...READ MORE
The following code should help: byte[] buf = ...READ MORE
If you’re an admin, and you want ...READ MORE
Azure Cloud Services is an example of ...READ MORE
Azure DevOps is a hosted service providing ...READ MORE
Azure Stack is a hybrid cloud computing software solution ...READ MORE
Azure Cosmos DB is Microsoft’s globally distributed database ...READ MORE
Hi@akhtar, You can create a deployment from a ...READ MORE
Hi@akhtar, A template deployment that is currently running ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.