Skip to content

Commit ea7ff2b

Browse files
changes for SDK 2.0.0-preview2
1 parent ca47581 commit ea7ff2b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,14 @@ The following packages are required to run your .NET functions in an isolated wo
6565

6666
#### Version 2.x (Preview)
6767

68-
The 2.x versions of the core packages change the supported framework assets and bring in support for new .NET APIs from these later versions. When using .NET 9 (Preview) or later, your app needs to reference version 2.0.0-preview1 or later of both packages.
68+
The 2.x versions of the core packages change the supported framework assets and bring in support for new .NET APIs from these later versions. When using .NET 9 (Preview) or later, your app needs to reference version 2.0.0-preview1 or later of both packages.
69+
70+
The initial preview versions are compatible with code written against version 1.x. However, during the preview period, newer versions may introduce behavior changes that could influence the code you write.
71+
72+
When updating to the 2.x versions, please note the following changes:
73+
74+
- Starting with version 2.0.0-preview2, [Microsoft.Azure.Functions.Worker.Sdk] adds default configurations for [SDK container builds](/dotnet/core/docker/publish-as-container).
6975

70-
The 2.0.0-preview1 versions are compatible with code written against version 1.x. However, during the preview period, newer versions may introduce behavior changes that could influence the code you write.
7176

7277
### Extension packages
7378

0 commit comments

Comments
 (0)