Skip to content

Commit

Permalink
infra - fix staging slot name
Browse files Browse the repository at this point in the history
  • Loading branch information
wicksipedia committed Nov 21, 2023
1 parent 035ee31 commit 8c3dfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/appService.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ resource appService 'Microsoft.Web/sites@2022-03-01' = {

resource stagingSlot 'Microsoft.Web/sites/slots@2022-09-01' = {
parent: appService
name: '${productionName}-staging'
name: 'staging'
location: location
kind: kind
identity: {
Expand Down

0 comments on commit 8c3dfd5

Please sign in to comment.