Deploy a resource from a template. See https://github.com/Azure/azure-quickstart-templates
azureDeployTemplate(azureActiveContext, deplname, templateURL, paramURL,
templateJSON, paramJSON, mode = c("Sync", "Async"), resourceGroup,
subscriptionID, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Deployment name
URL that contains the ARM template to deploy. You must specify either templateURL
OR templateJSON
URL that contains the template parameters. You must specify either paramULR
OR paramJSON
character vector that contains the ARM template to deploy. You must specify either templateJSON
OR templateURL
paramJSON
Provisioning mode, "Sync" or "Async". Use "Async" to immediately return to R session after submission of request
Name of the resource group
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
Print Tracing information (Default False)
Other Template functions: azureCancelDeploy
,
azureDeleteDeploy
,
azureDeployStatus