Skip to content

Commit

Permalink
chore: add debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlykkei committed Jul 11, 2024
1 parent 3b2269d commit 8a6eee7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,11 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {

output appServiceAppName string = appServiceApp.name
output appServiceAppHostName string = appServiceApp.properties.defaultHostName
output roleDefinitionIdSubscription string = subscriptionResourceId(
'Microsoft.Authorization/roleDefinitions',
'4633458b-17de-408a-b874-0445c86b69e6'
)
output roleDefinitionIdResourceGroup string = resourceId(
'Microsoft.Authorization/roleDefinitions',
'4633458b-17de-408a-b874-0445c86b69e6'
)

0 comments on commit 8a6eee7

Please sign in to comment.