Skip to content

Commit 7d1d57b

Browse files
authored
Merge pull request #6385 from sdgilley/sdg-freshness
remove articles/ai-foundry/how-to/develop/vscode.md
2 parents d2fc9e2 + f273867 commit 7d1d57b

File tree

8 files changed

+11
-120
lines changed

8 files changed

+11
-120
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"redirect_document_id": false
77
},
88
{
9+
"source_path": "articles/ai-foundry/how-to/develop/vscode.md",
10+
"redirect_url": "/azure/ai-foundry/how-to/develop/get-started-projects-vs-code",
11+
"redirect_document_id": false
12+
},
13+
{
914
"source_path": "articles/ai-foundry/azure-openai-in-azure-ai-foundry.md",
1015
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
1116
"redirect_document_id": false

articles/ai-foundry/how-to/costs-plan-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When you create resources for a hub, resources for other Azure services are also
5959
| --- | --- |
6060
| [Azure AI services](https://azure.microsoft.com/pricing/details/cognitive-services/) | You pay to use services such as Azure OpenAI, Speech, Content Safety, Vision, Document Intelligence, and Language. Costs vary for each service and for some features within each service. For more information about provisioning of Azure AI services, see [Azure AI Foundry hubs](../concepts/ai-resources.md).|
6161
| [Azure AI Search](https://azure.microsoft.com/pricing/details/search/) | An example use case is to store data in a [vector search index](./index-add.md). |
62-
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | Compute instances are needed to run [Visual Studio Code (Web or Desktop)](./develop/vscode.md) and [prompt flow](./prompt-flow.md) via Azure AI Foundry.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Or set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
62+
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | Compute instances are needed to run [prompt flow](./prompt-flow.md) via Azure AI Foundry.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Or set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
6363
| [Azure Virtual Machine](https://azure.microsoft.com/pricing/details/virtual-machines/) | Azure Virtual Machines gives you the flexibility of virtualization for a wide range of computing solutions with support for Linux, Windows Server, SQL Server, Oracle, IBM, SAP, and more. |
6464
| [Azure Container Registry Basic account](https://azure.microsoft.com/pricing/details/container-registry) | Provides storage of private Docker container images, enabling fast, scalable retrieval, and network-close deployment of container workloads on Azure. |
6565
| [Azure Blob Storage](https://azure.microsoft.com/pricing/details/storage/blobs/) | Can be used to store Azure AI Foundry project files. |

articles/ai-foundry/how-to/create-manage-compute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To create a compute instance in Azure AI Foundry portal:
6868
:::image type="content" source="../media/compute/compute-scheduling.png" alt-text="Screenshot of the option to enable idle shutdown and create a schedule." lightbox="../media/compute/compute-scheduling.png":::
6969

7070
> [!IMPORTANT]
71-
> The compute can't be idle if you have [prompt flow compute sessions](./create-manage-compute-session.md) in **Running** status on the compute. Delete any active compute sessions so the compute instance can be eligible for idle shutdown. You also can't have any active [VS Code (Web)](./develop/vscode.md) sessions hosted on the compute instance.
71+
> The compute can't be idle if you have [prompt flow compute sessions](./create-manage-compute-session.md) in **Running** status on the compute. Delete any active compute sessions so the compute instance can be eligible for idle shutdown.
7272
7373
1. You can update the schedule days and times to meet your needs. You can add additional schedules. For example, create a schedule to start at 9 AM and stop at 6 PM from Monday-Thursday, and a second schedule to start at 9 AM and stop at 4 PM for Friday. You can create a total of four schedules per compute instance.
7474

@@ -103,7 +103,7 @@ To configure idle shutdown for an existing compute instance follow these steps:
103103
:::image type="content" source="../media/compute/compute-schedule-update.png" alt-text="Screenshot of the option to change the idle shutdown schedule for a compute instance." lightbox="../media/compute/compute-schedule-update.png":::
104104

105105
> [!IMPORTANT]
106-
> The compute won't be idle if you have a [prompt flow compute session](./create-manage-compute-session.md) in **Running** status on the compute. You need to delete any active compute sessions to make the compute instance eligible for idle shutdown. You also can't have any active [VS Code (Web)](./develop/vscode.md) sessions hosted on the compute instance.
106+
> The compute won't be idle if you have a [prompt flow compute session](./create-manage-compute-session.md) in **Running** status on the compute. You need to delete any active compute sessions to make the compute instance eligible for idle shutdown.
107107
108108
1. Update or add to the schedule. You can have a total of four schedules per compute instance. Then select **Update** to save your changes.
109109

articles/ai-foundry/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,5 @@ ml_client.connections.delete(name)
320320
## Related content
321321

322322
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
323-
- [Work with projects in VS Code](vscode.md)
323+
- [Work with the Azure AI Foundry for Visual Studio Code extension (Preview)](get-started-projects-vs-code.md)
324324

articles/ai-foundry/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ az ml workspace create --kind hub --resource-group {my_resource_group} --name {m
187187
## Related content
188188

189189
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
190-
- [Work with projects in Visual Studio Code](vscode.md)
190+
- [Work with the Azure AI Foundry for Visual Studio Code extension (Preview)](get-started-projects-vs-code.md)
191191
- [Configure a managed network](../configure-managed-network.md?tabs=python)

articles/ai-foundry/how-to/develop/trace-production-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ In some cases, you might want to export the trace data to your deployed OpenTele
175175
## Related content
176176

177177
- [Get started building a chat app by using the prompt flow SDK](../../quickstarts/get-started-code.md)
178-
- [Work with projects in Visual Studio Code](vscode.md)
178+
- [Work with the Azure AI Foundry for Visual Studio Code extension (Preview)](get-started-projects-vs-code.md)

articles/ai-foundry/how-to/develop/vscode.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

articles/ai-foundry/toc-files/solutions/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ items:
1717
href: ../../how-to/develop/get-started-projects-vs-code.md
1818
- name: Use the Azure AI Foundry Agent Service in VS Code (Preview)
1919
href: ../../how-to/develop/vs-code-agents.md
20-
- name: Use VS Code container in hub based projects (Preview)
21-
href: ../../how-to/develop/vscode.md
2220
- name: Start with an AI template
2321
href: ../../how-to/develop/ai-template-get-started.md
2422
- name: Develop with LangChain

0 commit comments

Comments
 (0)