Question 300:
Where should you input the value for the AZURE_CREDENTIALS variable in the "Azure Login" step? ( the task is being run in GitHub actions instead of azure pipelines).
Answer options:
A.Add a secret variable to the Azure DevOps Pipeline Library. B.Add as an environmental variable to "env: " block in the script. C.Add to the secretes section in the GitHub project Settings. D.Stored as a Github secretes in Azure Key Vault.