Creating Azure App Service web apps
- You’re developing a web app with the intention of deploying it to App Service and have been told that the messages generated by your application code need to be logged for review at a later date.
Which two of the following would be required to meet this application logging requirement?
- A Linux App Service plan
- A Windows App Service plan
- Blob application logging
- Filesystem application logging
- You’re developing an API application that runs in an App Service named
myapi
, which has thehttps://myapi.az204.com
custom domain configured. This API is consumed by a JavaScript single-page app calledmyapp
with thehttps://az204.com
custom domain configured.
The part of the app trying to consume myapi
isn’t working, giving an error that includes the phrase The Same Origin Policy disallows reading the remote resource at https://myapi.companyname.com
.
Which one of the following is likely...