-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from daveRendon/staging
- Loading branch information
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
...ation-workloads/enterprise-deployment-using-azure-app-service-environment/main.bicepparam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,21 @@ | ||
using 'main.bicep' | ||
|
||
param sqlPassword = 'Azuretest01!!' | ||
|
||
param adminPassword = 'Azuretest01!!' | ||
|
||
param sqlAdminUserName = 'azureuser' | ||
|
||
param sqlAdminPassword = 'Azuretest01!!' | ||
|
||
param sqlAadAdminSid = 'xxxxxxx-xxxxx-xxxxx-xxxxx-xxxxx' | ||
|
||
param allowedSubnetNames = 'ase-subnet' | ||
|
||
param vnetName = 'vnet-azinsider' | ||
|
||
param redisSubnetAddressPrefix = '10.0.2.0/24' | ||
|
||
param aseName = 'ase-azinsider' | ||
|
||
param aseDnsSuffix = 'ase-azinsider' | ||
|
||
param keyVaultName = 'kvazinsider122' | ||
|
||
param cosmosDbName = 'votingcosmos-azinsider' | ||
|
||
param sqlServerName = 'sqlserver-azinsider' | ||
|
||
param sqlDatabaseName = 'voting' | ||
|
||
param appGwSubnetAddressWithPrefix = '10.0.1.0/24' | ||
|
||
param SubId = '' | ||
|
||
param sbName = 'votingservicebusazinsider' | ||
|
||
param sqlName = 'sqlserver-azinsider' | ||
|
||
param servicesSubnetAddressPrefix = '10.0.50.0/24' |