Skip to content

Commit d506c50

Browse files
Merge pull request #310411 from johndowns/backup-bicep-fix
Azure Backup - Fix typo in Bicep file
2 parents 011149e + 9eadf8e commit d506c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/backup/quick-backup-postgresql-flexible-server-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ resource roleAssignmentReader 'Microsoft.Authorization/roleAssignments@2022-04-0
149149
}
150150
}
151151
152-
@description('Step 5: Create Backup Instance for PostgreSQL)
152+
@description('Step 5: Create Backup Instance for PostgreSQL')
153153
resource backupInstance 'Microsoft.DataProtection/backupVaults/backupInstances@2023-01-01' = {
154154
name: 'PostgreSQLBackupInstance'
155155
location: region

0 commit comments

Comments
 (0)