Skip to content

Commit 8d2b5a1

Browse files
authored
Apply suggestions from PR review
Delete locale from microsoft.com URL; lowercase "portal" in "Azure portal".
1 parent 8a296cf commit 8d2b5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ builder.Services
131131
.Configure<LoggerFilterOptions>(options =>
132132
{
133133
// The Application Insights SDK adds a default logging filter that instructs ILogger to capture only Warning and more severe logs. Application Insights requires an explicit override.
134-
// Log levels can also be configured using appsettings.json. For more information, see https://learn.microsoft.com/en-us/azure/azure-monitor/app/worker-service#ilogger-logs
134+
// Log levels can also be configured using appsettings.json. For more information, see https://learn.microsoft.com/azure/azure-monitor/app/worker-service#ilogger-logs
135135
LoggerFilterRule toRemove = options.Rules.FirstOrDefault(rule => rule.ProviderName
136136
== "Microsoft.Extensions.Logging.ApplicationInsights.ApplicationInsightsLoggerProvider");
137137

@@ -1243,7 +1243,7 @@ To use Azure Functions with a preview version of .NET, you need to update your p
12431243
1. Installing the relevant .NET SDK version in your development
12441244
1. Changing the `TargetFramework` setting in your `.csproj` file
12451245

1246-
When you deploy to your function app in Azure, you also need to ensure that the framework is made available to the app. During the preview period, some tools and experiences may not surface the new preview version as an option. If you don't see the preview version included in the Azure Portal, for example, you can use the REST API, Bicep templates, or the Azure CLI to configure the version manually.
1246+
When you deploy to your function app in Azure, you also need to ensure that the framework is made available to the app. During the preview period, some tools and experiences may not surface the new preview version as an option. If you don't see the preview version included in the Azure portal, for example, you can use the REST API, Bicep templates, or the Azure CLI to configure the version manually.
12471247

12481248
### [Windows](#tab/windows)
12491249

0 commit comments

Comments
 (0)