@ -87,7 +87,7 @@ namespace Squidex.Extensions.Assets.Azure
catch (Exception ex)
{
log.LogError(ex, w => w
.WriteProperty("action", "EnrichWithAssure")
.WriteProperty("action", "EnrichWithAzure")
.WriteProperty("status", "Failed"));
}
@ -7,7 +7,7 @@
namespace Squidex.Extensions.Assets.Azure
public sealed class AzureMetataSourceOptions
public sealed class AzureMetadataSourceOptions
public string Endpoint { get; set; }
@ -5,7 +5,6 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;