From 62bb2e2e1e7d8248f80391a4961f06159075be16 Mon Sep 17 00:00:00 2001 From: Luis Cabrera Date: Wed, 30 Oct 2019 08:30:43 -0700 Subject: [PATCH] Adding a pre-created function for the workshop --- workshops/Module 3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/Module 3.md b/workshops/Module 3.md index 48f72e68..7595e3eb 100644 --- a/workshops/Module 3.md +++ b/workshops/Module 3.md @@ -148,7 +148,7 @@ We will first test the application locally. Now that we have a working Azure Function, we will deploy it to Azure. - *NOTE: If you prefer not to create your own resource (and resulting costs), you can skip this section and simply use a pre-deployed function located at TBD + *NOTE: If you prefer not to create your own resource (and resulting costs), you can skip this section and simply use a pre-deployed function with the following URL https://customentitylookup.azurewebsites.net/api/custom-entity-lookup?code=lJ69aIy1xmIauJgyowP5R8aHbD4GRUGGmVIUZVADk0OlKULHBawrhQ== To create your own Azure Function: 1) In Solution Explorer, right click on the CustomEntitySearch project and choose: Publish