Skip to content

Commit 03cbd12

Browse files
committed
edit pass: dotnet-aspire-integration
1 parent cd98ee3 commit 03cbd12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/azure-functions/dotnet-aspire-integration.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,14 @@ For details on the connection formats that each binding supports, and the permis
175175

176176
By default, when you publish an Azure Functions project to Azure, it's deployed to Azure Container Apps.
177177

178-
### Azure Container Apps
179-
180-
During the preview period, the container app resources don't support event-driven scaling. Azure Functions support is not available for apps deployed in this mode. If you need to open a support ticket, select the Azure Container Apps resource type.
178+
During the preview period, Container Apps resources resources don't support event-driven scaling. Azure Functions support is not available for apps deployed in this mode. If you need to open a support ticket, select the Container Apps resource type.
181179

182180
## Considerations and best practices
183181

184182
Consider the following points when you're evaluating the integration of Azure Functions with .NET Aspire:
185183

186184
- Support for the integration is currently in preview.
187185

188-
- During the preview period, when you publish the .NET Aspire solution to Azure, Functions projects are deployed as Azure Container Apps resources without event-driven scaling. Azure Functions support is not available for apps deployed in this mode. For details, see [Hosting in Azure](#hosting-the-application) in this article.
189-
190186
- Trigger and binding configuration through .NET Aspire is currently limited to specific integrations. For details, see [Connection configuration with .NET Aspire](#connection-configuration-with-net-aspire) in this article.
191187

192188
- Your `Program.cs` file should use the `IHostApplicationBuilder` version of [host instance startup](./dotnet-isolated-process-guide.md#start-up-and-configuration). `IHostApplicationBuilder` allows you to call `builder.AddServiceDefaults()` to add [.NET Aspire service defaults](/dotnet/aspire/fundamentals/service-defaults) to your Functions project.

0 commit comments

Comments
 (0)