List of questions
Related questions
Question 109 - AI-102 discussion
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")
Your answer:
0 comments
Sorted by
Leave a comment first