You have a web app named myApp that is not loading images from the url https://test.worldwideimporters.com. You suspect the problem may be related to a cross origin issue.
You write the following powershell command to resolve the issue:
az webapp _____________ -g MyGroup -n MyApp --allowed-origins https://test.worldwideimporters.com
How should you complete the script?
A. config cors B. deploy cors C. cors add D. cors config E. set cors F. set config
answer: C