How should you call the method?

You have the following C# method.

You need to deploy an Azure resource to the East US Azure region. The resource will be

used to perform sentiment analysis.

How should you call the method?
A . create_resource("res1", "ContentModerator", "S0", "eastus")
B. create_resource("res1", "TextAnalytics", "S0", "eastus")
C. create_resource("res1", "ContentModerator", "Standard", "East US")
D. create_resource("res1", "TextAnalytics", "Standard", "East US")

Answer: B

Explanation:

To perform sentiment analysis, we specify TextAnalytics, not ContentModerator.

Possible SKU names include: ‘F0′,’F1′,’S0′,’S1′,’S2′,’S3′,’S4′,’S5′,’S6′,’S7’,’S8

Possible location names include: westus, eastus

Reference: https://docs.microsoft.com/en-us/powershell/module/az.cognitiveservices/new-azcognitiveservicesaccount

Latest AI-102 Dumps Valid Version with 80 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments