We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58020a7 commit f7acd7aCopy full SHA for f7acd7a
src/WebJobs.Script/Host/BlobLeaseManager.cs
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.WebJobs.Script
14
internal sealed class BlobLeaseManager : IDisposable
15
{
16
internal const string LockBlobName = "host";
17
- internal const string HostContainerName = "azure-functions-host";
+ internal const string HostContainerName = "azure-webjobs-hosts";
18
19
private readonly Timer _timer;
20
private readonly TimeSpan _leaseTimeout;
0 commit comments