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 cbf53f7 commit ad1dd62Copy full SHA for ad1dd62
src/Umbraco.Cloud.StorageProviders.AzureBlob/AzureBlobComposer.cs
@@ -16,10 +16,8 @@ public void Compose(IUmbracoBuilder builder)
16
{
17
ArgumentNullException.ThrowIfNull(builder);
18
19
- // There was a bug with normalizing prefixes in .NET 6 (fixed in 6.0.2), so safest thing is to add both prefixes until the TFM is updated to net7.0
20
var configuration = new ConfigurationBuilder()
21
.AddEnvironmentVariables("Umbraco:Cloud:")
22
- .AddEnvironmentVariables("Umbraco__Cloud__")
23
.Build();
24
25
// Get options and manually validate (no need to add them to the service collection)
0 commit comments