Skip to content

Commit ac9a17d

Browse files
committed
Change http -> https
1 parent 4d379ac commit ac9a17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-create-first-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ After you've verified that the function runs correctly on your local computer, i
142142

143143
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function should be in the following format:
144144

145-
http://<functionappname>.azurewebsites.net/api/HelloOrchestration_HttpStart
145+
https://<functionappname>.azurewebsites.net/api/HelloOrchestration_HttpStart
146146

147147
1. Paste this new URL for the HTTP request into your browser's address bar. You should get the same status response as before when using the published app.
148148

@@ -271,7 +271,7 @@ You must have a function app in your Azure subscription before you can publish y
271271

272272
The URL that calls your durable function HTTP trigger should be in the following format:
273273

274-
http://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>_HttpStart
274+
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>_HttpStart
275275

276276
2. Paste this new URL for the HTTP request into your browser's address bar. You should get the same status response as before when using the published app.
277277

0 commit comments

Comments
 (0)