Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #235

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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