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
1. You will receive a question if you want to trust this app. Confirm this by selecting **Trust It**
51
54
@@ -72,6 +75,7 @@ In order to put a message on the queue we have to create a flow.
72
75
1. Click **Search hundreds of connectors and triggers** to select your trigger
73
76
1. Search for **Request** and select **Request - When a HTTP Request is received**
74
77
1. Enter the following JSON as your request body:
78
+
75
79
```json
76
80
{
77
81
"type": "object",
@@ -93,6 +97,7 @@ In order to put a message on the queue we have to create a flow.
93
97
}
94
98
}
95
99
```
100
+
96
101
1. Select **+ New Step** and select **Add an action**
97
102
1. Search for **Azure Queues** and select **Azure Queues - Put a message on a queue**
98
103
1. Enter a name for the connection, this can be anything descriptive
@@ -147,7 +152,8 @@ Copy the following XML to a new file and save the file as FlowDemoTemplate.xml
147
152
</pnp:Provisioning>
148
153
```
149
154
150
-
>Notice that the template adds a custom action to the the web it is being applied to. It refers to ClientSideComponentId which is the one coming from the SPFX Solution you provisioned earlier. If you run this demo with your own SPFX Solution you will have to change the ClientSideComponentId and optionally the ClientSideComponentProperties attribute values in the XML.
155
+
> [!NOTE]
156
+
> The template adds a custom action to the the web it is being applied to. It refers to ClientSideComponentId which is the one coming from the SPFX Solution you provisioned earlier. If you run this demo with your own SPFX Solution you will have to change the ClientSideComponentId and optionally the ClientSideComponentProperties attribute values in the XML.
151
157
152
158
## Create the Azure Function
153
159
@@ -178,18 +184,22 @@ Now it is time to upload those files so your Azure Function can make use of the
178
184
1. Navigate to the main page of your Function App and select **Platform Features**
179
185
180
186

0 commit comments