Skip to content

Commit 98415da

Browse files
authored
Merge pull request #79135 from CodeNotFoundException/patch-1
ConfigureWebJobs method is added twice
2 parents 0605f1a + 5ca139b commit 98415da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/app-service/webjobs-sdk-get-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ Starting with version 3 of the WebJobs SDK, to connect to Azure Storage services
196196
{
197197
var builder = new HostBuilder();
198198
builder.UseEnvironment(EnvironmentName.Development);
199-
builder.ConfigureWebJobs(b =>
200-
{
201-
b.AddAzureStorageCoreServices();
202-
});
203199
builder.ConfigureLogging((context, b) =>
204200
{
205201
b.AddConsole();
@@ -549,4 +545,4 @@ Output bindings simplify code that writes data. This example modifies the previo
549545
This tutorial showed you how to create, run, and deploy a WebJobs SDK 3.x project.
550546

551547
> [!div class="nextstepaction"]
552-
> [Learn more about the WebJobs SDK](webjobs-sdk-how-to.md)
548+
> [Learn more about the WebJobs SDK](webjobs-sdk-how-to.md)

0 commit comments

Comments
 (0)