Skip to content

Commit 2297046

Browse files
Merge pull request #274972 from ggailey777/azurecontainerapps
[Functions][ACA][GA] More review updates & cleanup
2 parents 50e0f9c + 21bdee3 commit 2297046

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
- name: Custom container
108108
displayName: Arc, container, Kubernetes, Docker
109109
href: create-first-function-arc-custom-container.md
110-
- name: Azure Container Apps (preview)
110+
- name: Azure Container Apps
111111
href: functions-deploy-container-apps.md
112112
displayName: container, Docker, ACA
113113
- name: Connect to storage
@@ -308,7 +308,7 @@
308308
href: functions-premium-plan.md
309309
- name: Dedicated plan
310310
href: dedicated-plan.md
311-
- name: Azure Container Apps hosting (preview)
311+
- name: Azure Container Apps hosting
312312
href: functions-container-apps-hosting.md
313313
- name: Deployment options
314314
href: functions-deployment-technologies.md

includes/functions-create-container-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 11/24/2023
5+
ms.date: 05/10/2024
66
ms.author: glenga
77
---
88

@@ -17,7 +17,7 @@ Core Tools automatically generates a Dockerfile for your project that uses the m
1717
Before you begin, you must have the following requirements in place:
1818

1919
::: zone pivot="programming-language-csharp"
20-
+ Install the [.NET 6 SDK](https://dotnet.microsoft.com/download).
20+
+ Install the [.NET 8.0 SDK](https://dotnet.microsoft.com/download).
2121

2222
+ Install [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md#v2) version 4.0.5198, or a later version.
2323
::: zone-end

0 commit comments

Comments
 (0)