Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Instructions/08-build-workflow-ms-foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@ Now that you've built and tested your workflow in the Foundry portal, you can al
```python
# Connect to the AI Project client
with (
DefaultAzureCredential() as credential,
DefaultAzureCredential(
exclude_environment_credential=True,
exclude_managed_identity_credential=True) as credential,
AIProjectClient(endpoint=endpoint, credential=credential) as project_client,
project_client.get_openai_client() as openai_client,
):
Expand Down Expand Up @@ -516,4 +518,4 @@ If you've finished exploring workflows in Microsoft Foundry, you should delete t
1. Navigate to the [Azure portal](https://portal.azure.com) at `https://portal.azure.com` and view the contents of the resource group where your Foundry project was deployed.

1. On the toolbar, select **Delete resource group**.
1. Enter the resource group name and confirm that you want to delete it.
1. Enter the resource group name and confirm that you want to delete it.