Azure – How to pass secrets retrieved from Key Vault to ARM template deployment during a pipeline run?
Within a pipeline run, we are attempting to use the retrieved key vault secret in an ARM template deployment. The secret value is a SAS URL. We first retrieved all secrets using the AzureKeyVault@2 task - task: AzureKeyVault@2 displayName: 'Retrieve…