Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created January 17, 2022 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/06e7c7782c99854b2f2dffaf42ceadd6 to your computer and use it in GitHub Desktop.
Save xximjasonxx/06e7c7782c99854b2f2dffaf42ceadd6 to your computer and use it in GitHub Desktop.
resource administrator 'Microsoft.Sql/servers/administrators@2021-05-01-preview' = {
name: 'ActiveDirectory'
parent: dbServer
properties: {
administratorType: 'ActiveDirectory'
login: 'appuser'
sid: administratorPrincipalId
tenantId: tenant().tenantId
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment