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
Copy file name to clipboardExpand all lines: FunctionApp/README.md
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -13,35 +13,36 @@ If you are looking for a GitHub Action to deploy your customized container image
13
13
14
14
> [!NOTE]
15
15
> OpenID Connect is the recommended authentication method because it is the most secure way for your GitHub workflow to authenticate with Azure. These workflows will work for all function app hosting plans.
16
+
> **Apps running on the Flex Consumption plan should use the Linux samples below.**
16
17
17
18
1. Follow the tutorial [Azure Functions Quickstart](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-vs-code).
18
19
1. Configure a user assigned managed identity to use OIDC by following the tutorial [Use OIDC](https://github.com/Azure/functions-action#use-oidc-recommended).
19
-
1. Pick a template from the following table depending on your Azure Functions **runtime** and place the template to `.github/workflows/` in your project repository.
20
+
1. Pick a template from the following table depending on your Azure Functions **runtime** and **OS**, and place the template to `.github/workflows/` in your project repository.
20
21
1. Change `APP_NAME` to your function app name.
21
22
1. Commit and push your project to GitHub repository, you should see a new GitHub workflow initiated in **Actions** tab.
### Deploy to a function app using GitHub Actions and publish profile
32
33
33
34
1. Pick a template from the following table depends on your Azure Functions **runtime** and **OS type** and place the template to `.github/workflows/` in your project repository.
34
35
2. Change `app-name` to your function app name.
35
36
3. Commit and push your project to GitHub repository, you should see a new GitHub workflow initiated in **Actions** tab.
0 commit comments