azureCreateResourceGroup: Create a resourceGroup.

Description Usage Arguments Value See Also

View source: R/AzureResources.R

Description

Create a resourceGroup.

Usage

1
2
3
4
5
6
7
azureCreateResourceGroup(
  azureActiveContext,
  resourceGroup,
  location,
  subscriptionID,
  verbose = FALSE
)

Arguments

azureActiveContext

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

resourceGroup

Name of the resource group

location

Azure region, e.g. 'westeurope' or 'southcentralus'

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

Value

Returns Dataframe of Resources

See Also

Other Resource group functions: azureDeleteResourceGroup(), azureListAllResources(), azureListRG(), azureListSubscriptions()


CharlesCara/AzureSMRLite documentation built on March 10, 2020, 11:52 p.m.