Skip to content

Commit ca78853

Browse files
appieschotVesaJuvonen
authored andcommitted
Added additional step (SharePoint#3281)
Added additional step in create azure function clarifying where to search when adding a new function app
1 parent 124a1c7 commit ca78853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/declarative-customization/site-design-pnp-provisioning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In this section, you will use Azure Queue storage to receive messages from Micro
6969
To set up the Azure Queue storage:
7070

7171
1. Go to the [Azure portal](https://portal.azure.com) and sign in.
72-
1. Choose **+ New**.
72+
1. Choose **+ Create a resource**.
7373
1. From the Azure Marketplace listings, select **Storage**, and in the Featured column, choose **Storage account - blob, file, table, queue**.
7474
1. Provide values for the required fields. Select **Pin to dashboard**, and choose **Create**. It can take a few minutes for the storage account to be created.
7575
1. Open the storage account and go to **Queues**.
@@ -168,6 +168,7 @@ Copy the following provisioning template XML to a new file and save the file as
168168
## Create the Azure Function
169169

170170
1. Go to the [Azure Portal](https://portal.azure.com).
171+
1. Choose **+ Create a resource**.
171172
1. Search for **Function App** and create a new function app. In the **Storage** field, select **Use existing**, and select the storage account that you created earlier. Set the other values as required.
172173
1. Currently Function apps a created with the V2 runtime which does not support PowerShell functions. Change the runtime of the function app to V1 by navigating selecting **Platform features**, **Function app settings** and change the Runtime version from **~2** to **~1**.
173174
1. Create a new function: **Functions** > **New function**.

0 commit comments

Comments
 (0)