ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

341 / 375

Question 341:

Whizlabs is planning to use the GitHub Actions script for the Blue-green deployment of their application. They defined a development slot as a green slot. 
GitHub Actions Script contains several steps. Here is the beginning of the YAML file. 
image
 
And these are the publishing and deployment steps 
image
What expression will you use for SLOT 1? 
 

Answer options:

A."slot-name: dev"
B.“green-slot: development"
C."slot-name: ${{env.SLOT_NAME}}"
D."blue-slot: ${{env.SLOT_NAME}}"
E."green-name: ${{env.SLOT_NAME}}"