Skip to content

Commit d9cb4ef

Browse files
Merge pull request #271421 from lebaro-msft/patch-18
Update how-to-deploy-to-code.md
2 parents d177f77 + c65d789 commit d9cb4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/prompt-flow/how-to-deploy-to-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ identity:
153153
- resource_id: user_identity_ARM_id_place_holder
154154
```
155155

156-
Besides, you also need to specify the `Clicn ID` of the user-assigned identity under `environment_variables` the `deployment.yaml` as following. You can find the `Clicn ID` in the `Overview` of the managed identity in Azure portal.
156+
Besides, you also need to specify the `Client ID` of the user-assigned identity under `environment_variables` the `deployment.yaml` as following. You can find the `Client ID` in the `Overview` of the managed identity in Azure portal.
157157

158158
```yaml
159159
environment_variables:
160-
AZURE_CLIENT_ID: <cliend_id_of_your_user_assigned_identity>
160+
AZURE_CLIENT_ID: <client_id_of_your_user_assigned_identity>
161161
```
162162

163163
> [!IMPORTANT]

0 commit comments

Comments
 (0)