Skip to content

Commit 1a60b44

Browse files
committed
acrolync
1 parent 893304e commit 1a60b44

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/ai-foundry/how-to/upgrade-azure-openai.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
1414

1515
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.
1616

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.
1818

1919
## Benefits of upgrading
2020

@@ -105,54 +105,54 @@ resource aiFoundry 'Microsoft.CognitiveServices/accounts@2025-06-01' = {
105105
}
106106
```
107107

108-
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.
109109

110110
---
111111

112112
## UX navigation differences after upgrading
113113

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:
115115

116116
1. **Updated left-side navigation**
117117

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.
119119

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.
121121

122122
> [!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.
124124
125125
1. **Your default view is now a project**
126126

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.
128128

129129
1. **Broader set of models in model catalog**
130130

131131
Your model catalog now includes more models that can be directly deployed using your Azure AI Foundry resource.
132132

133133
1. **Developer endpoints**
134134

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.
136136

137-
## Rollback to Azure OpenAI
137+
## Roll back to Azure OpenAI
138138

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:
140140

141141
* Projects
142142
* Connections
143143
* Non-Azure OpenAI model deployments
144144

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:
146146

147147
# [Foundry portal](#tab/portal)
148148

149149
**Option 1: Use Azure AI Foundry portal**
150150

151151
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.
153153
1. Select **Rollback**.
154154

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":::
156156

157157
# [Azure Bicep](#tab/bicep)
158158

0 commit comments

Comments
 (0)