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. 
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.
Pretty sure the correct order is volumeMounts for Target 1, volumes for Target 2, and secret for Target 3. That's how you'd get a Kubernetes secret as a file into the container like they want. Not fully confident if they'd want something else for env var access though, so willing to hear other opinions on it.


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. 

