Skip to content

Commit 0611d73

Browse files
authored
Merge pull request #48 from ggailey777/ggailey777-fixup
Fix blocking issues
2 parents 6e690b1 + d70b2ab commit 0611d73

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/azure-functions/flex-consumption-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ For Python projects, you should package the root of your project file and always
274274
275275
### [Continuous Deployment](#tab/continuous-deployment)
276276
277-
Azure Functions has both a custom GitHub Action and a custom Azure Piplines Task to support continuous deployment. Refer the following guides to incorporate these tools in your CI/CD pipelines:
277+
Azure Functions has both a custom GitHub Action and a custom Azure Pipelines Task to support continuous deployment. Refer the following guides to incorporate these tools in your CI/CD pipelines:
278278
279279
- [Build and deploy using Azure Pipelines](./functions-how-to-azure-devops.md)
280280
- [Build and deploy using GitHub Actions](./functions-how-to-github-actions.md)

articles/azure-functions/migration/migrate-plan-consumption-to-flex.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,12 @@ To review the relevant application configurations of your existing app:
499499

500500
1. In the **General settings** tab, make a note of these settings:
501501

502-
+ **SCM Basic Auth Publishing Credentials**
503-
+ **HTTP version**
504-
+ **HTTPS Only**
505-
+ **Minimum Inbound TLS Version**
506-
+ **Minimum Inbound TLS Cipher**
507-
+ **Incoming client certificates**
502+
+ **SCM Basic Auth Publishing Credentials**
503+
+ **HTTP version**
504+
+ **HTTPS Only**
505+
+ **Minimum Inbound TLS Version**
506+
+ **Minimum Inbound TLS Cipher**
507+
+ **Incoming client certificates**
508508

509509
1. In the **Path mappings** tab, verify if there are any existing file share mounts required by your app. If there are, note the storage **Account name**, **Share name**, **Mount path**, and access **Type** for each mounted share.
510510

@@ -993,11 +993,11 @@ In this example, replace `<RESOURCE_GROUP>` and `<APP_NAME>` with your resource
993993

994994
1. In the left menu, expand **Settings** > **Configuration** and on the **General settings** tab update these settings to match what you documented from your original Consumption plan app:
995995

996-
+ **SCM Basic Auth Publishing Credentials**
997-
+ **HTTP version**
998-
+ **HTTPS Only**
999-
+ **Minimum Inbound TLS Version and cypher**
1000-
+ **Client Certificate settings**
996+
+ **SCM Basic Auth Publishing Credentials**
997+
+ **HTTP version**
998+
+ **HTTPS Only**
999+
+ **Minimum Inbound TLS Version and cypher**
1000+
+ **Client Certificate settings**
10011001

10021002
1. Select **Save** to apply the configuration changes.
10031003

@@ -1536,4 +1536,4 @@ If you encounter issues with your migration using this article or want to provid
15361536
+ [Flex Consumption plan general availability announcement](https://techcommunity.microsoft.com/blog/appsonazureblog/azure-functions-flex-consumption-is-now-generally-available/4298778)
15371537
+ [Flex Consumption plan-specific samples](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples)
15381538
1539-
[Azure portal]: https://portal.azure.com
1539+
[Azure portal]: https://portal.azure.com

0 commit comments

Comments
 (0)