Skip to content

Commit 2b8e8f2

Browse files
KoenZomersVesaJuvonen
authored andcommitted
Matching explanation on Azure Function environment variables to match reality (SharePoint#4020)
There has been a rename in the UI for accessing the Azure Function Environment Variables. I had a bit of a hard time finding them because of the changed name. Updating this article to make it reflect how it currently can be found.
1 parent eeb38e8 commit 2b8e8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Next, upload the files so that your Azure Function can use the module.
241241
Apply-PnPProvisioningTemplate -Path D:\home\site\wwwroot\ApplyPnPProvisioningTemplate\FlowDemoTemplate.xml
242242
```
243243
244-
Notice that you're using two environment variables: ```SPO_AppId```and ```SPO_AppSecret```. To set those variables, go to the main Function App page in the Azure Portal, select **Application Settings**, and add two new application settings:
244+
Notice that you're using two environment variables: ```SPO_AppId```and ```SPO_AppSecret```. To set those variables, go to the main Function App page in the Azure Portal (the one with the yellow light bolt icon), select **Configuration** and add two new application settings:
245245
246246
1. ```SPO_AppId``` - Set the value to the Client ID you copied in the first step when you created your app on your tenant.
247247
2. ```SPO_AppSecret``` - Set the value to the Client Secret that you copied in the first step when you created your app on your tenant.

0 commit comments

Comments
 (0)