Azure_AppService_13
Specify the origins that should be allowed to make cross-origin calls. *” represents that all origins are allowed
“
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To review the origins that should be allowed to make cross-origin calls, run the following command.
az webapp cors show –name MyWebApp –resource-group MyResourceGroup
To remove the origin with ‘*’,run the command
az webapp cors remove -g {myRG} -n {myAppName} –allowed-origins *
“Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.