Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes broken image links in ACI worker guide #15831

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
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: 3 additions & 3 deletions docs/integrations/prefect-azure/aci_worker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This will be your `IDENTITY_ID`. You can get it from your terminal by running `e
["/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<identity-name>"]
```

![Configuring an ACI work pool's identities.](/latest/img/guides/aci-worker-identities.png)
![Configuring an ACI work pool's identities.](/images/integrations/aci-worker-identities.png)

### ACRManagedIdentity

Expand All @@ -161,7 +161,7 @@ ACRManagedIdentity is required for your flow code containers to be pulled from A
<registry-name>.azurecr.io
```

![Configuring an ACI work pool's ACR Managed Identity.](/latest/img/guides/aci-worker-acridentity.png)
![Configuring an ACI work pool's ACR Managed Identity.](/images/integrations/aci-worker-acridentity.png)

### Subscription ID and resource group name

Expand All @@ -171,7 +171,7 @@ Both the subscription ID and resource group name can be found in the `RG_SCOPE`
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
```

![Configuring an ACI work pool.](/latest/img/guides/aci-worker-subscription.png)
![Configuring an ACI work pool.](/images/integrations/aci-worker-subscription.png)

Then click Save.

Expand Down
Loading