You have the following Python 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", "TextAnalytics", "Standard", "East US") B. create_resource("res1", "ContentModerator", "S0", "eastus") C. create_resource("res1", "ContentModerator", "Standard", "East US") D. create_resource("res1", "TextAnalytics", "S0", "eastus") Â Suggested Answer: D This question is in AI-102 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer