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

Microsoft.Web/sites@2015-08-01: The property "identity" does not exist in the resource or type definition, although it might still be valid #2154

Open
1 task done
DimitarGrozev opened this issue May 8, 2024 · 0 comments

Comments

@DimitarGrozev
Copy link

Resource Type

Microsoft.Web/sites

Api Version

2015-08-01

Issue Type

Missing property(s)

Other Notes

No response

Bicep Repro

resource idsWebApp 'Microsoft.Web/sites@2015-08-01' existing = {
name: ''
}

output principleId string = idsWebApp.identity.principalId

Confirm

  • I have read the troubleshooting guide and looked for duplicates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants