Skip to content

Commit

Permalink
Add deploymentScriptLocation parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Feb 12, 2024
1 parent 8ac06bf commit 5d122a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.bicep.parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ deploymentScriptVirtualNetworkName | No | The name of the private virtual
deploymentScriptNetworkSecurityGroupName | No | The name of the network security group for the deployment script private subnet.
virtualNetworkDeploymentScriptAddressPrefix | No | The address prefix of the private virtual network for the deployment script.
deploymentScriptStorageAccountName | No | The name of the storage account for the deployment script.
deploymentScriptLocation | No | The location of the deployment script. Use region shortnames e.g. uksouth, eastus, etc.
resourceProviders | No | An object of resource providers and resource providers features to register. If left blank/empty, no resource providers will be registered. - Type: `{}` Object - Default value: `{ 'Microsoft.ApiManagement' : [] 'Microsoft.AppPlatform' : [] 'Microsoft.Authorization' : [] 'Microsoft.Automation' : [] 'Microsoft.AVS' : [] 'Microsoft.Blueprint' : [] 'Microsoft.BotService' : [] 'Microsoft.Cache' : [] 'Microsoft.Cdn' : [] 'Microsoft.CognitiveServices' : [] 'Microsoft.Compute' : [] 'Microsoft.ContainerInstance' : [] 'Microsoft.ContainerRegistry' : [] 'Microsoft.ContainerService' : [] 'Microsoft.CostManagement' : [] 'Microsoft.CustomProviders' : [] 'Microsoft.Databricks' : [] 'Microsoft.DataLakeAnalytics' : [] 'Microsoft.DataLakeStore' : [] 'Microsoft.DataMigration' : [] 'Microsoft.DataProtection' : [] 'Microsoft.DBforMariaDB' : [] 'Microsoft.DBforMySQL' : [] 'Microsoft.DBforPostgreSQL' : [] 'Microsoft.DesktopVirtualization' : [] 'Microsoft.Devices' : [] 'Microsoft.DevTestLab' : [] 'Microsoft.DocumentDB' : [] 'Microsoft.EventGrid' : [] 'Microsoft.EventHub' : [] 'Microsoft.HDInsight' : [] 'Microsoft.HealthcareApis' : [] 'Microsoft.GuestConfiguration' : [] 'Microsoft.KeyVault' : [] 'Microsoft.Kusto' : [] 'microsoft.insights' : [] 'Microsoft.Logic' : [] 'Microsoft.MachineLearningServices' : [] 'Microsoft.Maintenance' : [] 'Microsoft.ManagedIdentity' : [] 'Microsoft.ManagedServices' : [] 'Microsoft.Management' : [] 'Microsoft.Maps' : [] 'Microsoft.MarketplaceOrdering' : [] 'Microsoft.Media' : [] 'Microsoft.MixedReality' : [] 'Microsoft.Network' : [] 'Microsoft.NotificationHubs' : [] 'Microsoft.OperationalInsights' : [] 'Microsoft.OperationsManagement' : [] 'Microsoft.PolicyInsights' : [] 'Microsoft.PowerBIDedicated' : [] 'Microsoft.Relay' : [] 'Microsoft.RecoveryServices' : [] 'Microsoft.Resources' : [] 'Microsoft.Search' : [] 'Microsoft.Security' : [] 'Microsoft.SecurityInsights' : [] 'Microsoft.ServiceBus' : [] 'Microsoft.ServiceFabric' : [] 'Microsoft.Sql' : [] 'Microsoft.Storage' : [] 'Microsoft.StreamAnalytics' : [] 'Microsoft.TimeSeriesInsights' : [] 'Microsoft.Web' : [] }`

### subscriptionAliasEnabled
Expand Down Expand Up @@ -512,6 +513,14 @@ The name of the storage account for the deployment script.

- Default value: `[format('stglzds{0}', deployment().location)]`

### deploymentScriptLocation

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)

The location of the deployment script. Use region shortnames e.g. uksouth, eastus, etc.

- Default value: `[deployment().location]`

### resourceProviders

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)
Expand Down Expand Up @@ -775,6 +784,9 @@ failedResourceProvidersFeatures | string | The resource providers features that
"deploymentScriptStorageAccountName": {
"value": "[format('stglzds{0}', deployment().location)]"
},
"deploymentScriptLocation": {
"value": "[deployment().location]"
},
"resourceProviders": {
"value": {
"Microsoft.Compute": [
Expand Down

0 comments on commit 5d122a8

Please sign in to comment.