We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d87c1 commit e60b83cCopy full SHA for e60b83c
Labs/deploy/azuredeploy.bicep
@@ -310,6 +310,12 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
310
alwaysOn: true
311
httpLoggingEnabled: true
312
appCommandLine: 'uvicorn --host "0.0.0.0" --port 443 main:app --reload'
313
+ cors: {
314
+ allowedOrigins: [
315
+ '*'
316
+ ]
317
+ supportCredentials: false
318
+ }
319
}
320
321
0 commit comments