HOTSPOT
You store JSON data in a blob by using the Azure Blob service. Web applications access the JSON data by using client-side JavaScript calls.
JSON data is stored in a container that is configured to allow anonymous access. Web applications that are allowed to make updates to the data have access to any necessary shared access signatures (SASs) and storage keys.You configure one Cross-Origin Resource Sharing (CORS) rule for the https://fabrikam.com domain and then run the following method. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:

I would tent to think the answer is actually
Yes – you can have multiple cors rules
No
Yes – the cors rules allows HTTP
0
2
I mean
No
No
YES
7
1
N,N,Y
6
1
Answer is actually Y, N, N…
For first option… Note that calling setserviceproperties overwrites any existing cord rules… https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-service-properties
For the third option… Note no further rules are evaluated… https://docs.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing–cors–support-for-the-azure-storage-services
1
0