-
Notifications
You must be signed in to change notification settings - Fork 140
Remove unnecessary adjective "intuitive" #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@pamelafox : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 177b995: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@shreyaaithal Could you review this proposed update to your article and enter Thanks! |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
@pamelafox : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the adjective "intuitive" from documentation describing Azure AI Foundry experiences. The change reflects feedback that the term is subjective and potentially misleading, as many developers prefer infrastructure-as-code or CLI tools over learning new user interfaces.
Key changes:
- Simplified documentation language by removing a subjective descriptor
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
||
1. **[Enable the `azure_ai` extension](generative-ai-azure-overview.md#enable-the-azure_ai-extension)** on your Azure Database for PostgreSQL flexible server. | ||
1. [Create an Azure OpenAI service resource](/azure/ai-services/openai/how-to/create-resource) and **deploy a chat completion model** (for example, [`gpt-4.1`](/azure/ai-foundry/openai/concepts/models#gpt-41-series)). Alternatively, you can deploy and manage models through the intuitive experiences provided by [Azure AI Foundry](/azure/ai-foundry/quickstarts/get-started-code#start-with-a-project-and-model). | ||
1. [Create an Azure OpenAI service resource](/azure/ai-services/openai/how-to/create-resource) and **deploy a chat completion model** (for example, [`gpt-4.1`](/azure/ai-foundry/openai/concepts/models#gpt-41-series)). Alternatively, you can deploy and manage models through [Azure AI Foundry](/azure/ai-foundry/quickstarts/get-started-code#start-with-a-project-and-model). |
Copilot
AI
Oct 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The phrase 'the experiences provided by' was removed along with 'intuitive', but this makes the sentence less clear. Consider revising to 'through the Azure AI Foundry portal' or 'using Azure AI Foundry' to maintain clarity about what Azure AI Foundry provides.
1. [Create an Azure OpenAI service resource](/azure/ai-services/openai/how-to/create-resource) and **deploy a chat completion model** (for example, [`gpt-4.1`](/azure/ai-foundry/openai/concepts/models#gpt-41-series)). Alternatively, you can deploy and manage models through [Azure AI Foundry](/azure/ai-foundry/quickstarts/get-started-code#start-with-a-project-and-model). | |
1. [Create an Azure OpenAI service resource](/azure/ai-services/openai/how-to/create-resource) and **deploy a chat completion model** (for example, [`gpt-4.1`](/azure/ai-foundry/openai/concepts/models#gpt-41-series)). Alternatively, you can deploy and manage models through the [Azure AI Foundry portal](/azure/ai-foundry/quickstarts/get-started-code#start-with-a-project-and-model). |
Copilot uses AI. Check for mistakes.
@pamelafox Can you resolve the merge conflict? @shreyaaithal IMPORTANT: When the changes are ready for publication, adding a |
I found the adjective to be an unnecessary and distracting edition, since I do not find the experiences to be "intuitive". As a developer, I always use infrastructure-as-code or the CLI to avoid having to learn new user experiences (since most aren't actually intuitive, and must be learned).