Skip to content

Commit 353ac36

Browse files
authored
Add link
1 parent 3fa1b9e commit 353ac36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ The queue storage account uses the `accountName` property to identify the storag
344344
}
345345
```
346346

347+
To learn more about using managed identity with scale rules, see [Set scaling rules in Azure Container Apps](scale-app.md&pivots=azure-portal#authentication-2).
348+
347349
## Control managed identity availability
348350

349351
Container Apps allows you to specify [init containers](containers.md#init-containers) and main containers. By default, both main and init containers in a consumption workload profile environment can use managed identity to access other Azure services. In consumption-only environments and dedicated workload profile environments, only main containers can use managed identity. Managed identity access tokens are available for every managed identity configured on the container app. However, in some situations only the init container or the main container require access tokens for a managed identity. Other times, you may use a managed identity only to access your Azure Container Registry to pull the container image, and your application itself doesn't need to have access to your Azure Container Registry.

articles/container-apps/scale-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Adding or editing scaling rules creates a new revision of your container app. A
2121

2222
## Scale definition
2323

24-
2524
Scaling is the combination of limits, rules, and behavior.
2625

2726
- **Limits** define the minimum and maximum possible number of replicas per revision as your container app scales.

0 commit comments

Comments
 (0)