Description Usage Arguments See Also
Deploy a resource from a template. See https://github.com/Azure/azure-quickstart-templates
| 1 2 3 | azureDeployTemplate(azureActiveContext, deplname, templateURL, paramURL,
  templateJSON, paramJSON, mode = c("Sync", "Async"), resourceGroup,
  subscriptionID, verbose = FALSE)
 | 
| azureActiveContext | A container used for caching variables used by  | 
| deplname | Deployment name | 
| templateURL | URL that contains the ARM template to deploy. You must specify either  | 
| paramURL | URL that contains the template parameters. You must specify either  | 
| templateJSON | character vector that contains the ARM template to deploy. You must specify either  | 
| 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  | 
| verbose | If TRUE, prints verbose messages | 
Other Template functions: azureCancelDeploy,
azureDeleteDeploy,
azureDeployStatus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.