DRAG DROP You need to add YAML markup at line CS17 to ensure that the ContentUploadService can access Azure Storage access keys. How should you complete the YAML markup? To answer, drag the appropriate YAML segments to the correct locations. Each YAML segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. 
volumeMounts → Target 1, volumes → Target 2, secret → Target 3. This lines up with how you mount secrets as files in Kubernetes YAML. Saw a similar question on my last practice test and the main idea is to connect container volumeMounts to pod-level volumes, which sources from secret. Pretty sure this is right but let me know if you see otherwise.
Yeah this fits what I'd expect for mounting secrets as files: volumeMounts, volumes, then secret. This matches the usual pod/container YAML structure I see in practice for Azure and Kubernetes. Pretty sure that's what the question wants here, but open to other takes.


You build a container by using the following command. The Azure Container Registry instance named images is a private registry.
The user name and password for the registry is admin. The Web App must always run the same version of the website regardless of future builds. You need to create an Azure Web App to run the website. How should you complete the commands? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 

