Skip to content

Commit

Permalink
Merge pull request #235 from daveRendon/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
daveRendon authored Aug 10, 2024
2 parents 8772132 + ba5c437 commit 87401aa
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ param appGtwyApp2Url string = 'testapp-std.contoso.com'
param jumpboxUsername string = 'azureuser'

param sqlAdminuser string = 'azureuser'
// get this value from the Azure AD user object or using the following command: az ad signed-in-user show --query id -o tsv
@secure()
param sqlPassword string
param sqlAadAdminSid string = '5b4c9cef-f232-4184-8ecf-a61f3545edc8' // get this value from the Azure AD user object or using the following command: az ad signed-in-user show --query id -o tsv
param sqlAadAdminSid string = '5b4c9cef-f232-4184-8ecf-a61f3545edc8'

var subscriptionId = subscription().subscriptionId
var mustCreateVNet = empty(existentVnetName)
Expand Down Expand Up @@ -289,4 +290,4 @@ output votingCounterFunctionPrincipalId string = sites.outputs.votingCounterFunc
output votingAPIName string = sites.outputs.votingApiName
output votingAPIPrincipalId string = sites.outputs.votingApiIdentityPrincipalId
output appGtwyName string = appGtwy.name
output appGtwyPublicIpAddress string = appGtwy.outputs.appGwPublicIpAddress
output appGtwyPublicIpAddress string = appGtwy.outputs.appGwPublicIpAddress

0 comments on commit 87401aa

Please sign in to comment.