順便提一下,可以從雲存儲中下載NewDumps AZ-400考試題庫的完整版:https://drive.google.com/open?id=1XOrP7FmTcn0ohYrv-8Ef0ni7m6nAVVUf
NewDumps為通過AZ-400考試提供最完整有效的方案,幫祝廣大考生在考試中獲得更多的優勢。確保你只獲得最新的和最有效的Microsoft AZ-400考古題,我們也希望客戶能隨時隨地的訪問,于是有了多個版本的題庫資料。PDF版的題庫方便你閱讀,為你真實地再現AZ-400考試題目,軟件版本的題庫作為一個測試引擎,可以幫你模擬真實的AZ-400考試環境,為考生做好充足的考前準備。通過Microsoft AZ-400考試不再是夢想,我們的考古題就可以確保你成功。
| Section | Objectives |
|---|---|
| Topic 1: Implement an instrumentation strategy (10-15%) | - Configure monitoring for a DevOps environment
|
| Topic 2: Develop a security and compliance plan (10-15%) | - Configure Azure DevOps or GitHub permissions and access
|
| Topic 3: Design and implement build and release pipelines (50-55%) | - Implement infrastructure as code (IaC)
|
| Topic 4: Design and implement source control (15-20%) | - Configure and manage repositories
|
| Topic 5: Configure processes and communications (10-15%) | - Configure collaboration and communication
|
人生充滿選擇,選擇不一定給你帶來絕對的幸福,但選擇給了你絕對的機會,而一旦錯過選擇,只能凝望。 NewDumps Microsoft的AZ-400考試培訓資料是每個IT人士通過IT認證必須的培訓資料,有了這份考試資料就等於手握利刃,所有的考試難題將迎刃而解。 NewDumps Microsoft的AZ-400考試培訓資料是針對性強,覆蓋面廣,更新快,最完整的培訓資料,有了它,所有的IT認證都不要害怕,你都會順利通過的。
問題 #343
How should you configure the release retention policy for the investment planning applications suite? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
答案:
解題說明:
Explanation
Scenario: By default, all releases must remain available for 30 days, except for production releases, which must be kept for 60 days.
Box 1: Set the default retention policy to 30 days
The Global default retention policy sets the default retention values for all the build pipelines. Authors of build pipelines can override these values.
Box 2: Set the stage retention policy to 60 days
You may want to retain more releases that have been deployed to specific stages.
References: https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/retention
問題 #344
You plan to deploy a runbook that will create Azure AD user accounts.
You need to ensure that runbooks can run the Azure PowerShell cmdlets for Azure Active Directory.
To complete this task, sign in to the Microsoft Azure portal.
答案:
解題說明:
Azure Automation now ships with the Azure PowerShell module of version 0.8.6, which introduced the ability to non-interactively authenticate to Azure using OrgId (Azure Active Directory user) credential-based authentication. Using the steps below, you can set up Azure Automation to talk to Azure using this authentication type.
Step 1: Find the Azure Active Directory associated with the Azure subscription to manage:
1. Log in to the Azure portal as the service administrator for the Azure subscription you want to manage using Azure Automation. You can find this user by logging in to the Azure portal as any user with access to this Azure subscription, then clicking Settings, then Administrators.
2. Note the name of the directory associated with the Azure subscription you want to manage. You can find this directory by clicking Settings, then Subscriptions.
Step 2: Create an Azure Active Directory user in the directory associated with the Azure subscription to manage:
You can skip this step if you already have an Azure Active Directory user in this directory. and plan to use this OrgId to manage Azure.
1. In the Azure portal click on Active Directory service.
2. Click the directory name that is associated with this Azure subscription.
3. Click on the Users tab and then click the Add User button.
4. For type of user, select "New user in your organization." Enter a username for the user to create.
5. Fill out the user's profile. For role, pick "User." Don't enable multi-factor authentication. Multi-factor accounts cannot be used with Azure Automation.
6. Click Create.
7. Jot down the full username (including part after @ symbol) and temporary password.
Step 3: Allow this Azure Active Directory user to manage this Azure subscription.
1. Click on Settings (bottom Azure tab under StorSimple)
2. Click Administrators
3. Click the Add button. Type the full user name (including part after @ symbol) of the Azure Active Directory user you want to set up to manage Azure. For subscriptions, choose the Azure subscriptions you want this user to be able to manage. Click the check mark.
Step 4: Configure Azure Automation to use this Azure Active Directory user to manage this Azure subscription Create an Azure Automation credential asset containing the username and password of the Azure Active Directory user that you have just created. You can create a credential asset in Azure Automation by clicking into an Automation Account and then clicking the Assets tab, then the Add Setting button.
Note: Once you have set up the Azure Active Directory credential in Azure and Azure Automation, you can now manage Azure from Azure Automation runbooks using this credential.
Reference:
https://azure.microsoft.com/sv-se/blog/azure-automation-authenticating-to-azure-using-azure-active-directory/
問題 #345
You use GitHub for source control and Azure Boards for project management. GitHub and Azure Boards are integrated.
You plan to create a pull request in GitHub.
You need to automatically link the request to an existing Azure Boards work item by using the text of AB#<WORKITEMNUMBER>.
To which two elements can you add the text? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
答案:C,E
解題說明:
You can add the text "AB#<WORKITEMNUMBER>" to the title or description of the pull request in GitHub, which will automatically link the request to an existing Azure Boards work item with that number.
Reference:
Azure DevOps Docs: Link a work item to a pull request
https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests?view=azure-devops#link-a-work-item-to-a GitHub Docs: Creating a pull request
https://docs.github.com/en-us/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
問題 #346
You have an Azure subscription that contains a resources group named RG1. RG1 contains the following resources:
* Four Azure virtual machines that run Windows Server and have Internet Information Services (IIS) installed
* SQL Server on an Azure virtual machine
* An Azure Load Balancer
You need to deploy an application to the virtual machines in RG1 by using Azure Pipelines.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the List of actions to the answer area and arrange them in the correct order.
答案:
解題說明:
Explanation:
Step 1: Create an agent pool
Azure Pipelines provides a pre-defined agent pool named Azure Pipelines with Microsoft-hosted agents.
Step 2: Create a deployment group
Deployment groups make it easy to define logical groups of target machines for deployment, and install the required agent on each machine.
Step 3: Execute the Azure Pipelines Agent extension to the virtual machines Install the Azure Pipelines Agent Azure VM extension Step 4: Add and configure a deployment group job for the pipeline Tasks that you define in a deployment group job run on some or all of the target servers, depending on the arguments you specify for the tasks and the job itself.
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deployment-groups/howto-provision-deploymen
問題 #347
You are defining release strategies for two applications as shown in the following table.
Which release strategy should you use for each application? To answer, drag the appropriate release strategies to the correct applications. Each release strategy 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.
答案:
解題說明:
References:
https://dev.to/mostlyjason/intro-to-deployment-strategies-blue-green-canary-and-more-3a3
問題 #348
......
擁有了NewDumps Microsoft的AZ-400考試認證培訓資料,等於擁有了一個美好的前程,你將邁向成功。NewDumps Microsoft的AZ-400考試認證培訓資料不僅是是你通向成功的基石,而且可以幫助你在你的IT行業發揮更有效益的能力。這個培訓資料覆蓋面廣,不僅可以提高你的文化知識,更可以提高你的操作水準。讓你更大效益的發揮自己,如果你還在等待,還在猶豫,或者你很苦悶,糾結該怎樣努力通過 Microsoft的AZ-400考試認證,不要著急,NewDumps Microsoft的AZ-400考試認證培訓資料會幫助解決這些難題的。
AZ-400真題: https://www.newdumpspdf.com/AZ-400-exam-new-dumps.html
從Google Drive中免費下載最新的NewDumps AZ-400 PDF版考試題庫:https://drive.google.com/open?id=1XOrP7FmTcn0ohYrv-8Ef0ni7m6nAVVUf