C here. For querying monitoring and telemetry from both Intelligent Insights and Application Insights, you’d be using Azure Log Analytics, which relies on KQL. Transact-SQL is just for the actual SQL database, not the logs. Seen this distinction in the official guide and Azure docs. I think C is spot on but let me know if I’m missing something.
HOTSPOT You have an Azure subscription that contains an Azure load testing instance named Test1 and an Azure App Service web app named App1. You implement a CI/CD pipeline named Pipeline1 that uses Test1. Pipeline1 uses the following alt- config-pipeline1.yam1 file. 
YES
YES (but peak load duration can be tricky if ramp-down is included, any docs clarify this?)
HOTSPOT Your company uses Team Foundation Server 2013 (TFS 2013). You plan to migrate to Azure DevOps. You need to recommend a migration strategy that meets the following requirements: Preserves the dates of Team Foundation Version Control changesets Preserves the changes dates of work items revisions Minimizes migration effort Migrates all TFS artifacts What should you recommend? To answer, select the appropriate options in the answerarea. NOTE:Each correct selection is worth one point.
This looks like one from my exam last year. on a mock before. The right sequence is to upgrade TFS to the latest RTW version, then use the Database Import Service for migration. This method keeps all dates and history intact with minimal manual work.
HOTSPOT You have a virtual machine that runs Windows Server 2019 and is managed by using Desired State Configuration (DSC). You have the following DSC configuration. 

No for statement 1, No for statement 2, Yes for statement 3
DRAG DROP You have a GitHub organization named org1 and an Azure tenant named Tenant1. You need to enable single sign-on (SSO) in Azure Active Directory (Azure AD) for the users in org1. Which URIs should you use for the SAML configuration in Azure AD? To answer, drag the appropriate URIs to the correct settings. Each URImay 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.
SIMULATION Task 7 You need to prepare a network security group (NSG) named az400 38443478 nsgl to host an Azure DevOps pipeline agent. The solution must allow only the required outbound port for Azure DevOps and deny all other inbound and outbound access to the Internet
Allow outbound TCP 443 to AzureDevOps service tag, everything else denied. This matches what I saw in a practice exam and aligns with least privilege for pipeline agents. Pretty sure that's the most secure config, unless AzureDevOps tag isn't available.
Allow outbound TCP 443, restrict to AzureDevOps service tag if you want minimum access (default is Internet, but that's broader). Inbound deny is covered by default. I think using the service tag is tighter security here-agree?
You plan to create an image that will contain a .NET Core application. You have a Dockerfile file that contains the following code. (Line numbers are included for reference only.) 
HOTSPOT You use Azure Pipelines lo manage the build and deployment of apps. You are planning the release strategies for a new app. You need to choose strategies for the following scenarios: • Releases will be made available to users who are grouped by their tolerance for software faults. • Code will be deployed to enable functionality that will be available in later releases of the app. • When a new release occurs, the existing deployment will remain active to minimize recovery time if a return to the previous version is required.
Progressive exposure, feature flags, blue/green.
Progressive rollout, feature toggles, and canary deployment. I think these fit here because canary is for minimizing rollback time right? Not totally sure about the last one, someone double-check me.
HOTSPOT You have an Azure subscription that contains multiple web apps. You need to enable Change Analysis for the web apps. How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.





