-
Notifications
You must be signed in to change notification settings - Fork 139
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
chore(infra): update to latest azd infra templates (closes #130) #190
Conversation
DO NOT merge for now, provisioning and deployment works fine, but there's now a CORS error. Something seems to be missing in the updated templates |
PR is now ready to merge, everything has been fully deployed and tested. |
@@ -13,7 +14,7 @@ resource web 'Microsoft.Web/staticSites@2022-03-01' = { | |||
tags: tags | |||
sku: sku | |||
properties: { | |||
provider: 'SwaCli' | |||
provider: 'Custom' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is what they use now in all AZD templates. I think the SWACLI provided is set by the CLI directly when deployed
@manekinekko I updated the PR to disabled public blob access in the main bicep file, should be good now |
Purpose
App insights is now enabled by default, as part of the newer templates.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?