-
Notifications
You must be signed in to change notification settings - Fork 150
CORS setting does not work? #8
Comments
Same issue. Tried both as a child resource and having it in the siteConfig section (as per the online documentation), as well as directly in properties. Nothing seems to work (using api version 2016-08-01 |
the same issue for me! what is ETA on this? |
Guys, @melezhik were you able to find the solution to this problem. Setting the CORS values using ARM templates still not working for me. This is ridiculous to mix things with ARM and scripts. |
It worked for me really straightforward from the ARM Template. |
I've been attempting to implement CORS configuration via arm templates.
I have used this template as a guide, specifically this section.
I've attached this resource within the resources array of an existing Microsoft.Web/Sites object.
The template deploys successfully. No errors are returned.
The CORS configuration is not updated however, the entry does not appear in the Azure Portal either?
Is this really a valid way of setting CORS configurations?
https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config suggests it is correct.
The text was updated successfully, but these errors were encountered: