Skip to content

Commit 3529b2a

Browse files
committed
fix functions
1 parent 4270623 commit 3529b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-05-01' = {
129129
For more context, see the complete [main.bicep](https://github.com/Azure-Samples/function-app-arm-templates/blob/main/function-app-linux-consumption/main.bicep#L37) file in the templates repository.
130130
::: zone-end
131131
::: zone pivot="flex-consumption-plan"
132-
For more context, see the complete [storage-account.bicep](https://github.com/Azure-Samples/functions-quickstart-dotnet-azd/blob/main/infra/core/storage/storage-account.bicep) file in the sample repository.
132+
For more context, see the complete [storage-PrivateEndpoint.bicep](https://github.com/Azure-Samples/functions-quickstart-dotnet-azd/blob/main/infra/app/storage-PrivateEndpoint.bicep) file in the sample repository.
133133
::: zone-end
134134

135135
### [ARM template](#tab/json)

articles/azure-functions/migration/migrate-aws-lambda-to-azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ module processorUserAssignedIdentity './core/identity/userAssignedIdentity.bicep
528528
}
529529
```
530530

531-
For more information, see [userAssignedIdentity.bicep](https://github.com/Azure-Samples/functions-quickstart-javascript-azd/blob/main/infra/core/identity/userAssignedIdentity.bicep).
531+
For more information, see [rbac.bicep](https://github.com/Azure-Samples/functions-quickstart-javascript-azd/blob/main/infra/app/rbac.bicep).
532532

533533
#### Configure network access
534534

0 commit comments

Comments
 (0)