Skip to content

Commit 8c2f4a9

Browse files
Update articles/static-web-apps/publish-bicep.md
Co-authored-by: alexwolfmsft <[email protected]>
1 parent 30c022c commit 8c2f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/publish-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Save the values of the output variables. You'll need these to configure the reso
9999

100100
To create a static web app with a linked backend function app, you need to use a standard plan for your static web app and complete the following steps.
101101

102-
* [Create the Azure Function app](/azure/azure-functions/functions-create-first-function-bicep). You need the resourceId for the Function app, which looks like: `/subscriptions/<SUBSCRIPTION-ID>/resourcegroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.Web/sites/<FUNCTION-APP-NAME>`.
102+
* [Create the Azure Function app](/azure/azure-functions/functions-create-first-function-bicep). You need the `resourceId` for the Function app, which looks like: `/subscriptions/<SUBSCRIPTION-ID>/resourcegroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.Web/sites/<FUNCTION-APP-NAME>`.
103103
* Create the static web app using the [bicep in the previous section](#create-a-static-web-app-resource).
104104
* Link the static web app to the function app.
105105

0 commit comments

Comments
 (0)