Skip to content

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

bypass: 'AzureServices'
defaultAction: 'Allow'
}
networkAcls: networkAcls

Check failure

Code scanning / templateanalyzer

Configure Azure Storage firewall.

By default, storage accounts accept connections from clients on any network. To limit access to selected networks, you must first change the default action. After changing the default action from Allow to Deny, configure one or more rules to allow traffic. Traffic can be allowed from: - Azure services on the trusted service list. - IP address or CIDR range. - Private endpoint connections. - Azure virtual network subnets with a Service Endpoint.
@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.

@sinedied sinedied requested a review from manekinekko March 5, 2024 10:52
@@ -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

@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
@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