Skip to content

[repo] docs: Added a link to "How to create and deploy models and embeddings" #2453

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gauravkeshre
Copy link
Member

@gauravkeshre gauravkeshre commented May 9, 2025

Issue

Fixes #2465

Details

Just added a link to community article that walks the developer through the steps of creating and deploying embeddings and models in Azure portal.

Change details

Just added a link to community article that walks the developer through the steps of creating and deploying embeddings and models in Azure portal.

Link that I added: https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/how-to-set-up-and-configure-a-gpt-deployment-using-the-azure-openai-service/3849854

Attestation Checklist

  • My changes follows the style guidelines of this project
  • I have checked for/fixed spelling, linting, and other errors
  • My changes generate no new warnings

@kavins14
Copy link

Since the guide is from 2023 and Azure OpenAI has seen some updates—like the introduction of Azure AI services—is it still current?

@gauravkeshre
Copy link
Member Author

Since the guide is from 2023 and Azure OpenAI has seen some updates—like the introduction of Azure AI services—is it still current?

Agree that some screenshots are outdated but the instructions are still relevant today.

@gauravkeshre gauravkeshre changed the title [Doc] Added a link to "How to create and deploy models and embeddings" [repo] docs: Added a link to "How to create and deploy models and embeddings" May 14, 2025
Copy link
Collaborator

@corinagum corinagum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a more recent article that can be linked?

@@ -72,7 +72,7 @@ If you are using Azure OpenAI then follow these steps:
}
```

> Please note: If you are using Azure OpenAI, you will need both a GPT model and embedding model deployment to get this sample working. See `OpenAIModel` in `index.ts` and `OpenAIEmbeddings` in `VectraDataSource.ts`.
> Please note: If you are using Azure OpenAI, you will need both a GPT model and embedding model deployment to get this sample working. See `OpenAIModel` in `index.ts` and `OpenAIEmbeddings` in `VectraDataSource.ts`. [Learn more](https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/how-to-set-up-and-configure-a-gpt-deployment-using-the-azure-openai-service/3849854)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links should be accessible in isolated context. 'Learn more' as text by itself doesn't indicate where the user is going. Please update to something along the lines of "Learn more about [deploying to azure openai services].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Document update with article link to how to create and deploy models and embeddings
3 participants