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.
