Skip to content

Commit

Permalink
Merge pull request #12 from EaganFarlin/main
Browse files Browse the repository at this point in the history
Fixed cd'ing to wrong directory for python devs (#11)
  • Loading branch information
ivorb authored Dec 4, 2023
2 parents cf8ccb6 + 377203a commit cb36083
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 728 deletions.
2 changes: 1 addition & 1 deletion Instructions/Exercises/02-ai-services-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Now you're ready to use the service principal identity in an application, so it
> **Note**: In this exercise, we'll store the service principal credentials in the application configuration and use them to authenticate a **ClientSecretCredential** identity in your application code. This is fine for development and testing, but in a real production application, an administrator would assign a *managed identity* to the application so that it uses the service principal identity to access resources, without caching or storing the password.
1. In your terminal, switch to the **C-Sharp** or **Python** folder depending on your language preference. By running `cd C-Sharp` or `cd Python`. Then run `cd keyvault_client`.
1. In your terminal, switch to the **C-Sharp** or **Python** folder depending on your language preference. By running `cd C-Sharp` or `cd Python`. Then run `cd keyvault_client` for **C-Sharp** or `cd keyvault-client` for **Python**.
2. Install the packages you will need to use for Azure Key Vault and the Text Analytics API in your Azure AI services resource by running the appropriate command for your language preference:
**C#**
Expand Down
Loading

0 comments on commit cb36083

Please sign in to comment.