Skip to content

Commit 7d20f26

Browse files
authored
Merge pull request #278267 from ggailey777/flex-arm
[Functions] Add flex to ARM article
2 parents 0514c1f + 11912b2 commit 7d20f26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+820
-483
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@
254254
"branch": "main",
255255
"branch_mapping": {}
256256
},
257+
{
258+
"path_to_root": "function-flex-consumption",
259+
"url": "https://github.com/Azure-Samples/azure-functions-flex-consumption-samples",
260+
"branch": "main",
261+
"branch_mapping": {}
262+
},
257263
{
258264
"path_to_root": "functions-azure-product",
259265
"url": "https://github.com/Azure/Azure-Functions",

articles/azure-functions/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@
647647
href: ../app-service/configure-authentication-file-based.md?toc=/azure/azure-functions/toc.json
648648
- name: Secure
649649
items:
650+
- name: Work with access keys
651+
href: function-keys-how-to.md
650652
- name: Add SSL cert
651653
href: ../app-service/configure-ssl-certificate.md?toc=/azure/azure-functions/toc.json
652654
- name: Restrict IPs
@@ -1110,7 +1112,7 @@
11101112
- name: Regional availability
11111113
href: https://azure.microsoft.com/global-infrastructure/services/
11121114
- name: Videos
1113-
href: https://www.youtube.com/c/AzureFunctions
1115+
href: https://www.youtube.com/@AzureDevelopers/search?query=functions
11141116
- name: Microsoft Q&A question page
11151117
href: /answers/topics/azure-functions.html
11161118
- name: Stack Overflow

articles/azure-functions/create-first-function-vs-code-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
4646
|**Select a template for your project's first function**|Choose `HTTP trigger`.<sup>1</sup>|
4747
|**Provide a function name**|Type `HttpExample`.|
4848
|**Provide a namespace** | Type `My.Functions`. |
49-
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. To learn about authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
49+
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
5050
|**Select how you would like to open your project**|Select `Open in current window`.|
5151

5252
<sup>1</sup> Depending on your VS Code settings, you may need to use the `Change template filter` option to see the full list of templates.

articles/azure-functions/create-first-function-vs-code-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
5454
|**Select a template for your project's first function**| Choose `HTTP trigger`.|
5555
| **Select the build tool for Java project** | Choose `Maven`. |
5656
|**Provide a function name**| Enter `HttpExample`.|
57-
|**Authorization level**| Choose `Anonymous`, which lets anyone call your function endpoint. For more information about the authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
57+
|**Authorization level**| Choose `Anonymous`, which lets anyone call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
5858
|**Select how you would like to open your project**| Choose `Open in current window`.|
5959

6060
1. Visual Studio Code uses the provided information and generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. For more information about the files that are created, see [Generated project files](functions-develop-vs-code.md?tabs=java#generated-project-files).

articles/azure-functions/create-first-function-vs-code-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
5252
|**Select a JavaScript programming model**|Choose `Model V3`|
5353
|**Select a template for your project's first function**|Choose `HTTP trigger`.|
5454
|**Provide a function name**|Type `HttpExample`.|
55-
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. To learn about authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
55+
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
5656
|**Select how you would like to open your project**|Choose `Open in current window`.|
5757

5858
Using this information, Visual Studio Code generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. To learn more about files that are created, see [Generated project files](functions-develop-vs-code.md?tabs=javascript#generated-project-files).

articles/azure-functions/create-first-function-vs-code-other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions cu
6161
|**Select a language for your function project**|Choose `Custom Handler`.|
6262
|**Select a template for your project's first function**|Choose `HTTP trigger`.|
6363
|**Provide a function name**|Type `HttpExample`.|
64-
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. To learn about authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
64+
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
6565
|**Select how you would like to open your project**|Choose `Open in current window`.|
6666

6767
Using this information, Visual Studio Code generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer.

articles/azure-functions/create-first-function-vs-code-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
4040
|**Select a language for your function project**|Choose `PowerShell`.|
4141
|**Select a template for your project's first function**|Choose `HTTP trigger`.|
4242
|**Provide a function name**|Type `HttpExample`.|
43-
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. To learn about authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
43+
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
4444
|**Select how you would like to open your project**|Choose `Open in current window`.|
4545

4646
Using this information, Visual Studio Code generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. To learn more about files that are created, see [Generated project files](functions-develop-vs-code.md?tabs=powershell#generated-project-files).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
5757
|**Select a Python interpreter to create a virtual environment**| Choose your preferred Python interpreter. If an option isn't shown, type in the full path to your Python binary.|
5858
|**Select a template for your project's first function** | Choose `HTTP trigger`. |
5959
|**Name of the function you want to create**| Enter `HttpExample`.|
60-
|**Authorization level**| Choose `ANONYMOUS`, which lets anyone call your function endpoint. For more information about the authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
60+
|**Authorization level**| Choose `ANONYMOUS`, which lets anyone call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
6161
|**Select how you would like to open your project** | Choose `Open in current window`.|
6262

6363
4. Visual Studio Code uses the provided information and generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. The generated `function_app.py` project file contains your functions.

articles/azure-functions/create-first-function-vs-code-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
6161
|**Select a TypeScript programming model**|Choose `Model V3`|
6262
|**Select a template for your project's first function**|Choose `HTTP trigger`.|
6363
|**Provide a function name**|Type `HttpExample`.|
64-
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. To learn about authorization level, see [Authorization keys](functions-bindings-http-webhook-trigger.md#authorization-keys).|
64+
|**Authorization level**|Choose `Anonymous`, which enables anyone to call your function endpoint. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth).|
6565
|**Select how you would like to open your project**|Choose `Open in current window`.|
6666

6767
Using this information, Visual Studio Code generates an Azure Functions project with an HTTP trigger. You can view the local project files in the Explorer. To learn more about files that are created, see [Generated project files](functions-develop-vs-code.md?tabs=typescript#generated-project-files).

articles/azure-functions/disable-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ To learn more, see [Azure Functions Deployment slots](functions-deployment-slots
9999

100100
## Run a disabled function
101101

102-
You can still cause a disabled function to run by supplying the [master key](functions-bindings-http-webhook-trigger.md#master-key-admin-level) in a REST request to the endpoint URL of the disabled function. In this way, you can develop and validate functions in Azure in a disabled state while preventing them from being accessed by others. Using any other type of key in the request returns an HTTP 404 response.
102+
You can still cause a disabled function to run by supplying the master access key (`_master`) in a REST request to the endpoint URL of the disabled function. In this way, you can develop and validate functions in Azure in a disabled state while preventing them from being accessed by others. Using any other type of key in the request returns an HTTP 404 response.
103103

104104
[!INCLUDE [functions-master-key-caution](../../includes/functions-master-key-caution.md)]
105105

106-
To learn more about the master key, see [Obtaining keys](functions-bindings-http-webhook-trigger.md#obtaining-keys). To learn more about calling non-HTTP triggered functions, see [Manually run a non HTTP-triggered function](functions-manually-run-non-http.md).
106+
To learn more about the master key, see [Understand keys](function-keys-how-to.md#understand-keys). To learn more about calling non-HTTP triggered functions, see [Manually run a non HTTP-triggered function](functions-manually-run-non-http.md).
107107

108108
## Disable functions locally
109109

0 commit comments

Comments
 (0)