Search code examples
azureazure-worker-rolesazure-resource-manager

How to deploy ARM Templates within an Azure Worker Role


I have an Azure Worker Role. How can I execute an ARM template within this role?


Solution

  • You can either use the REST AP or the .NET SDK.

    https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx

    https://msdn.microsoft.com/en-us/library/azure/mt418626.aspx