AZ-204 · Question #401
You are developing an ASP.NET Core website that uses Azure FrontDoor. The website is used to build custom weather data sets for researchers. Data sets are downloaded by users as Comma Separated Value
The correct answer is A. single path. These formats are supported in the lists of paths to purge: - Single path purge: Purge individual assets by specifying the full path of the asset (without the protocol and domain), with the file extension, for example, /pictures/strasbourg.png; - Wildcard purge: Asterisk () may b
Question
Options
- Asingle path
- Bwildcard
- Croot domain
How the community answered
(23 responses)- A74% (17)
- B13% (3)
- C13% (3)
Explanation
These formats are supported in the lists of paths to purge: - Single path purge: Purge individual assets by specifying the full path of the asset (without the protocol and domain), with the file extension, for example, /pictures/strasbourg.png; - Wildcard purge: Asterisk () may be used as a wildcard. Purge all folders, subfolders, and files under an endpoint with / in the path or purge all subfolders and files under a specific folder by specifying the folder followed by /, for example, /pictures/. - Root domain purge: Purge the root of the endpoint with "/" in the path. Here since we just need to purge individual assets, we can just make use of the Single path purge as the format for purging assets. https://docs.microsoft.com/en-us/azure/frontdoor/front-door-caching
Topics
Community Discussion
No community discussion yet for this question.