Skip to content

Commit f7acd7a

Browse files
committed
Updating lock container name
1 parent 58020a7 commit f7acd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Host/BlobLeaseManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.WebJobs.Script
1414
internal sealed class BlobLeaseManager : IDisposable
1515
{
1616
internal const string LockBlobName = "host";
17-
internal const string HostContainerName = "azure-functions-host";
17+
internal const string HostContainerName = "azure-webjobs-hosts";
1818

1919
private readonly Timer _timer;
2020
private readonly TimeSpan _leaseTimeout;

0 commit comments

Comments
 (0)