azureDeployTemplate: Deploy a resource from an Azure Resource Manager (ARM)...

Description Usage Arguments See Also

Description

Deploy a resource from a template. See https://github.com/Azure/azure-quickstart-templates

Usage

1
2
3
azureDeployTemplate(azureActiveContext, deplname, templateURL, paramURL,
  templateJSON, paramJSON, mode = c("Sync", "Async"), resourceGroup,
  subscriptionID, verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

deplname

Deployment name

templateURL

URL that contains the ARM template to deploy. You must specify either templateURL OR templateJSON

paramURL

URL that contains the template parameters. You must specify either paramULR OR paramJSON

templateJSON

character vector that contains the ARM template to deploy. You must specify either templateJSON OR templateURL

paramJSON

paramJSON

mode

Provisioning mode, "Sync" or "Async". Use "Async" to immediately return to R session after submission of request

resourceGroup

Name of the resource group

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

verbose

If TRUE, prints verbose messages

See Also

Other Template functions: azureCancelDeploy, azureDeleteDeploy, azureDeployStatus


Microsoft/AzureSMR documentation built on July 7, 2019, 11:25 p.m.