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

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

Print Tracing information (Default False)

See Also

Other Template functions: azureCancelDeploy, azureDeleteDeploy, azureDeployStatus


ymmah/AzureSMR documentation built on May 6, 2019, 10:53 a.m.