You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/upgrade-azure-openai.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
14
14
15
15
The Azure AI Foundry resource type offers a superset of capabilities compared to the Azure OpenAI resource type. It enables access to a broader model catalog, agents service, and evaluation capabilities.
16
16
17
-
An upgrade option is available to convert your Azure OpenAI resource to an Azure AI Foundry resource. You will keep your existing Azure OpenAI API endpoint, state of work, and security configurations, and don't need to create a new Azure AI Foundry resource.
17
+
An upgrade option is available to convert your Azure OpenAI resource to an Azure AI Foundry resource. You keep your existing Azure OpenAI API endpoint, state of work, and security configurations, and don't need to create a new Azure AI Foundry resource.
Run the template using [Azure Bicep CLI](/azure/azure-resource-manager/bicep/bicep-cli) or your [VS Code extension for Bicep](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep) as a patch operation on your current resource.
108
+
Run the template using [Azure Bicep CLI](/azure/azure-resource-manager/bicep/bicep-cli) or your [Visual Studio Code extension for Bicep](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep) as a patch operation on your current resource.
109
109
110
110
---
111
111
112
112
## UX navigation differences after upgrading
113
113
114
-
After upgrading from Azure OpenAI to Azure AI Foundry, you will notice a number of updates to the portal’s navigation and feature access:
114
+
After upgrading from Azure OpenAI to Azure AI Foundry, you'll notice updates to the portal’s navigation and feature access:
115
115
116
116
1.**Updated left-side navigation**
117
117
118
-
The left-hand menu has been redesigned to consolidate playgrounds, including Assistants, under a single landing page, streamlining access to experimentation environments. You will find access to new features including Agent service and Content Understanding.
118
+
The left-hand menu is re-organized to consolidate playgrounds, including Assistants, under a single landing page, streamlining access to experimentation environments. You find access to new features including Agent service and Content Understanding.
119
119
120
-
An *Azure OpenAI section* provides access to features that are exclusivily used with Azure OpenAI models.
120
+
An *Azure OpenAI section* provides access to features that are exclusively used with Azure OpenAI models.
121
121
122
122
> [!NOTE]
123
-
> Not all Foundry tools are visible by default in the left side navigation which is customizable. Select '... More' to locate them.
123
+
> Not all Foundry tools are visible by default in the left side navigation, which is customizable. Select '... More' to locate them.
124
124
125
125
1.**Your default view is now a project**
126
126
127
-
Projects are folders to organize your work in Foundry. They are also a container for access management and data isolation. Multiple can be created as part of your AI Foundry resource, so you can separate your work between use cases that you are working on. The first project after upgrade has access to your previous work in Azure OpenAI.
127
+
Projects are folders to organize your work in Foundry. They're also a container for access management and data isolation. Multiple can be created as part of your AI Foundry resource, so you can separate your work between use cases that you're working on. The first project after upgrade has access to your previous work in Azure OpenAI.
128
128
129
129
1.**Broader set of models in model catalog**
130
130
131
131
Your model catalog now includes more models that can be directly deployed using your Azure AI Foundry resource.
132
132
133
133
1.**Developer endpoints**
134
134
135
-
Your project overview page include your previous Azure OpenAI endpoint, and a new Azure AI Foundry endpoint. Foundry API and SDK grant access to the broader set of models and features including agent service.
135
+
Your project overview page includes your previous Azure OpenAI endpoint, and a new Azure AI Foundry endpoint. Foundry API and SDK grant access to the broader set of models and features including agent service.
136
136
137
-
## Rollback to Azure OpenAI
137
+
## Roll back to Azure OpenAI
138
138
139
-
In case you run into any issues, a rollback option is available. As prerequisite to rollback, you're required to delete any of the following configurations first:
139
+
In case you run into any issues, a roll back option is available. As prerequisite to roll back, you're required to delete any of the following configurations first:
140
140
141
141
* Projects
142
142
* Connections
143
143
* Non-Azure OpenAI model deployments
144
144
145
-
Then, use either AI Foundry Portal or ARM template to rollback:
145
+
Then, use either AI Foundry Portal or ARM template to roll back:
146
146
147
147
# [Foundry portal](#tab/portal)
148
148
149
149
**Option 1: Use Azure AI Foundry portal**
150
150
151
151
1. Navigate to management center in the left bottom of your screen.
152
-
1. On your resource overview page, find the rollback option.
152
+
1. On your resource overview page, find the roll back option.
153
153
1. Select **Rollback**.
154
154
155
-
:::image type="content" source="../media/upgrade-azure-openai/rollback.png" alt-text="Screenshot shows the rollback option in the Azure AI Foundry portal." lightbox = "../media/upgrade-azure-openai/rollback.png":::
155
+
:::image type="content" source="../media/upgrade-azure-openai/rollback.png" alt-text="Screenshot shows the roll back option in the Azure AI Foundry portal." lightbox = "../media/upgrade-azure-openai/rollback.png":::
0 commit comments