Skip to content

Commit 4bcd86b

Browse files
Merge pull request #100641 from kraigb/kraigb-edits
Update Functions CLI quickstart according to best practices
2 parents 6e69a09 + 6d37c92 commit 4bcd86b

18 files changed

+1542
-592
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@
146146
"url": "https://github.com/Azure/azure-functions-durable-extension",
147147
"branch": "master"
148148
},
149+
{
150+
"path_to_root": "functions-python-tensorflow-tutorial",
151+
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152+
"branch": "master",
153+
"branch_mapping": {}
154+
},
149155
{
150156
"path_to_root": "samples-personalizer",
151157
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",

articles/azure-functions/functions-add-output-binding-storage-queue-python.md

Lines changed: 258 additions & 62 deletions
Large diffs are not rendered by default.

articles/azure-functions/functions-bindings-http-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ The key can be included in a query string variable named `code`, as above. It ca
821821
You can allow anonymous requests, which do not require keys. You can also require that the master key be used. You change the default authorization level by using the `authLevel` property in the binding JSON. For more information, see [Trigger - configuration](#trigger---configuration).
822822

823823
> [!NOTE]
824-
> When running functions locally, authorization is disabled regardless of the specified authorization level setting. After publishing to Azure, the `authLevel` setting in your trigger is enforced. Keys are still required when running [locally in a container](functions-create-function-linux-custom-image.md#run-the-image-locally).
824+
> When running functions locally, authorization is disabled regardless of the specified authorization level setting. After publishing to Azure, the `authLevel` setting in your trigger is enforced. Keys are still required when running [locally in a container](functions-create-function-linux-custom-image.md#build-the-container-image-and-test-locally).
825825
826826

827827
### Secure an HTTP endpoint in production

articles/azure-functions/functions-create-first-function-python.md

Lines changed: 208 additions & 85 deletions
Large diffs are not rendered by default.

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 854 additions & 274 deletions
Large diffs are not rendered by default.

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can deploy a Linux container image that contains your function app.
113113
>__How to use it:__ Create a Linux function app in the Premium or Dedicated plan and specify which container image to run from. You can do this in two ways:
114114
>
115115
>* Create a Linux function app on an Azure App Service plan in the Azure portal. For **Publish**, select **Docker Image**, and then configure the container. Enter the location where the image is hosted.
116-
>* Create a Linux function app on an App Service plan by using the Azure CLI. To learn how, see [Create a function on Linux by using a custom image](functions-create-function-linux-custom-image.md#create-a-premium-plan).
116+
>* Create a Linux function app on an App Service plan by using the Azure CLI. To learn how, see [Create a function on Linux by using a custom image](functions-create-function-linux-custom-image.md#create-supporting-azure-resources-for-your-function).
117117
>
118118
>To deploy to an existing app by using a custom container, in [Azure Functions Core Tools](functions-run-local.md), use the [`func deploy`](functions-run-local.md#publish) command.
119119

articles/azure-functions/functions-machine-learning-tensorflow.md

Lines changed: 200 additions & 169 deletions
Large diffs are not rendered by default.
9.74 KB
Loading
11.1 KB
Loading
-7.89 KB
Loading

0 commit comments

Comments
 (0)