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

chore(infra): update to latest azd infra templates (closes #130) #190

Merged
merged 16 commits into from
Mar 14, 2024

Conversation

sinedied
Copy link
Contributor

Purpose

App insights is now enabled by default, as part of the newer templates.

Does this introduce a breaking change?

[x] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: infra

infra/core/storage/storage-account.bicep Dismissed Show dismissed Hide dismissed
@sinedied
Copy link
Contributor Author

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

@sinedied
Copy link
Contributor Author

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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo?

Copy link
Contributor Author

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

infra/core/storage/storage-account.bicep Show resolved Hide resolved
@sinedied
Copy link
Contributor Author

sinedied commented Mar 8, 2024

@manekinekko I updated the PR to disabled public blob access in the main bicep file, should be good now

@manekinekko manekinekko merged commit bbfbd46 into main Mar 14, 2024
8 checks passed
@manekinekko manekinekko deleted the infra-update branch March 14, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants