Learn why you cannot edit bot code directly in the Azure portal and how to use a code editor to make changes to your bot. This is a useful topic for the AI-900 certification exam.
Table of Contents
Question
For simple updates, you can edit bot code directly in the Azure portal. True or False?
A. True
B. False
Answer
B. False
Explanation
For simple updates, you can edit bot code directly in the Azure portal.
The correct answer is B. False. You cannot edit bot code directly in the Azure portal for simple updates. Editing bot code in the Azure portal is not supported because bots are deployed as web apps or functions, and the code is stored in a source control repository. To edit bot code, you need to use a code editor such as Visual Studio or Visual Studio Code, and then redeploy the bot to Azure.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.