You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ As mentioned in the [Overview](#overview) section, this template deploys a set o
186
186
187
187
When the `includeApiManagement` parameter or the corresponding `INCLUDE_API_MANAGEMENT` environment variable is set to `true`, a Consumption tier API Management service is deployed via the [api-management.bicep](./infra/modules/services/api-management.bicep) module:
188
188
189
-
-The system-assigned managed identity is enabled to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
189
+
-Both a user-assigned managed identity and system-assigned managed identity are deployed to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
190
190
- The primary key of the default `master` subscription is stored in a Key Vault secret called `apim-master-subscription-key`. This key can be used, for example, by the Function App to access APIs hosted on API Management.
191
191
- The deployment also includes backends for the Service Bus (\*), various Storage Account endpoints and the Event Hubs namespace (\*).
192
192
_Note: The `*` indicates that the backend is only deployed if the corresponding service is included._
@@ -198,7 +198,7 @@ When the `includeFunctionApp` parameter or the corresponding `INCLUDE_FUNCTION_A
198
198
199
199
- The `Y1` (Consumption) pricing tier is used.
200
200
- The worker runtime is configured to .NET 9 isolated.
201
-
-The system-assigned managed identity is enabled to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
201
+
-Both a user-assigned managed identity and system-assigned managed identity are deployed to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
202
202
203
203
The following app settings (environment variables) are configured to facilitate connections to other services.
204
204
@@ -223,7 +223,7 @@ When the `includeLogicApp` parameter or the corresponding `INCLUDE_LOGIC_APP` en
223
223
224
224
- The `WS1` (Workflow Standard) pricing tier is used.
225
225
- The worker runtime is configured to .NET 9 to enable the use of [custom .NET code](https://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions).
226
-
-The system-assigned managed identity is enabled and provides access to other services. See the [Role Assignments](#role-assignments) section for more information.
226
+
-Both a user-assigned managed identity and system-assigned managed identity are deployed to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
227
227
228
228
The following app settings (environment variables) are configured to facilitate connections to other services. These are used in the [connections.json](./src/logicApp/connections.json) file of the sample application.
229
229
@@ -250,7 +250,7 @@ When the `includeEventHubsNamespace` parameter or the corresponding `INCLUDE_EVE
250
250
251
251
#### Role Assignments
252
252
253
-
The [assign-roles-to-principal.bicep](./infra/modules/shared/assign-roles-to-principal.bicep) module is used to assign roles to the principal of the deployer and to the system-assigned managed identity of API Management, the Function App and Logic App. These role assignments are:
253
+
The [assign-roles-to-principal.bicep](./infra/modules/shared/assign-roles-to-principal.bicep) module is used to assign roles to the principal of the deployer and to the user-assigned & system-assigned managed identities of API Management, the Function App and Logic App. These role assignments are:
0 commit comments