Question 194
AZ-204 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You manage an Azure subscription that contains 100 Azure App Service web apps. Each web app is associated with an individual Application Insights instance. You plan to remove Classic availability tests from all Application Insights instances that have this functionality configured. You have the following PowerShell statement: Get-AzApplicationInsightsWebTest | Where-Object { $condition } You need to set the value of the $condition variable. Which value should you use?
- A$_.Type -eq "ping"
- B$_.WebTestKind -eq "ping"
- C$_.WebTestKind -eq "standard"
- D$_.Type -eq "standard"