Question: 1
Your company plans to w an agile approach to software development
You need to recommend an application to provide communication between members of the development team who work in locations around the world. The application must meet the following requirements:
* Provide the ability to isolate the members of efferent project teams into separate communication channels and to keep a history of the chats within those channels.
* Be available on Windows 10, Mac OS, iOS, and Android operating systems.
* Provide the ability to add external contractors and suppliers to projects.
* Integrate directly with Azure DevOps.
What should you recommend?
Question: 2
You are developing a multi tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. The application mil use Azure functions to write some data to Azure Storage.
You need to send the Azure DevOps team an email message when the front, end fails to return a status code of200.
Which feature should you use?
Question: 3
You have 50 Node.js-based projects that you scan by using White Source. Each project includes Package-json, Package-lock.json. and Npm-shrinkwrap.json files.
You need to minimize the number of libraries reported by White Source to only the libraries that you explicitly reference.
What shouW you do?
Question: 4
SIMULATION
You need to ensure that an Azure web app named az400-9940427-main can retrieve secrets from an Azure key vault named az400-9940427-kv1 by using a system managed identity.
The solution must use the principle of least privilege.
To complete this task, sign in to the Microsoft Azure portal.
Answer : A
Show Answer
Hide Answer
Question: 5
SIMULATION
You have an Azure function hosted in an App Service plan named az400-9940427-func1.
To complete this task, sign in to the Microsoft Azure portal.
A 1. Open Microsoft Azure Portal
2. Log into your Azure account, select App Services in the Azure portal left navigation, and then select configure az400-9940427-func1.
3. On the app page, select Deployment Center in the left menu.
4. On the Build provider page, select Azure Pipelines (Preview), and then select Continue.
5. On the Configure page, in the Code section:
For GitHub, drop down and select the Organization, Repository, and Branch you want to deploy continuously.
6. Select Continue.
7. After you configure the build provider, review the settings on the Summary page, and then select Finish.
B A. 1. Open Microsoft Azure Portal
2. Log into your Azure account, select App Services in the Azure portal left navigation, and then select configure az400-9940427-func1.
3. On the app page, select Deployment Center in the left menu.
4. On the Build provider page, select Azure Pipelines (Preview), and then select Continue.
5. On the Configure page, in the Code section:
For GitHub, drop down and select the Organization, Repository, and Branch you want to deploy continuously.
6. Select Continue.
7. On the Test page, choose whether to enable load tests, and then select Continue.
8. Depending on your App Service plan pricing tier, you may see a Deploy to staging page. Choose whether to enable deployment slots, and then select Continue.
9. After you configure the build provider, review the settings on the Summary page, and then select Finish.
Explanation;:
References:
https://docs.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment
Answer : B
Show Answer
Hide Answer