Error when migrating the file storage to Azure Blob Storage

Former Member
Former Member

I'm trying to migrate the file storage for our community to Azure Blob Storage following the guide here -  How Do I Migrate My Existing File Storage to Azure? 

When I re-enable the website and try and browse to it, I get a 409 (conflict) error.

Some containers have been created in the my Azure Storage Account as in the following image:

The stack trace returned with the error is:

[WebException: The remote server returned an error: (409) Conflict.]
System.Net.HttpWebRequest.GetResponse() +1686
Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:677

[StorageException: The remote server returned an error: (409) Conflict.]
Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:604
Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer.CreateIfNotExists(BlobContainerPublicAccessType accessType, BlobRequestOptions requestOptions, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Blob\CloudBlobContainer.cs:233
Telligent.Evolution.Azure.Filestorage.ContainerInitalizer.GetContainer(String connectionString, FileStoreData fileStoreData) in D:\work\121c032b8e6dae45\Filestorage\ContainerInitalizer.cs:26
Telligent.Evolution.Azure.Filestorage.AzureBlobFilestorageProvider.Initialize(String fileStoreKey, XmlNode configurationNode) in D:\work\121c032b8e6dae45\Filestorage\AzureBlobFilestorageProvider.cs:71
Telligent.Evolution.Extensibility.Storage.Version1.CentralizedFileStorage.ParseProvider(String fileStoreKey, XmlNode providerNode) +194
Telligent.Evolution.Extensibility.Storage.Version1.CentralizedFileStorage.MakePluginFileStoreInfo(ICentralizedFileStore fileStore) +219
Telligent.Evolution.Extensibility.Storage.Version1.CentralizedFileStorage.GetPluginFileStores() +377
Telligent.Evolution.Extensibility.Storage.Version1.CentralizedFileStorage.GetPluginFileStore(String fileStoreKey) +76
Telligent.Evolution.Extensibility.Storage.Version1.CentralizedFileStorage.GetFileStore(String fileStoreKey) +16
Telligent.Evolution.Platform.Theming.Implementations.<>c__DisplayClass26_0.<GetThemeCache>b__0() +553
Telligent.Evolution.Caching.Implementations.CacheService.Get(String key, Func`1 load, CacheScope scope, Func`1 tags, Nullable`1 expiresAfter, Object syncObj) +347
Telligent.Evolution.Platform.Theming.Implementations.ThemeService.GetThemeCache(Guid themeTypeId) +352
Telligent.Evolution.Platform.Theming.Implementations.ThemeService.Get(Guid themeTypeId, Guid themeId, Nullable`1 factoryDefault, Boolean translateFactoryDefault) +74
Telligent.Evolution.Components.ThemeOrchestrationService.GetTheme(Guid themeTypeId, Guid themeId, Boolean includeDeleted, Nullable`1 forceStaged) +371
Telligent.Evolution.Api.Content.Root.RootApplicationType.get_DefaultThemeId() +210
Telligent.Evolution.Components.ThemeOrchestrationService.GetThemeSelection(Guid themeTypeId, Guid themeApplicationId, ThemeTarget target) +1368
Telligent.Evolution.Platform.Theming.Implementations.PageHandler..ctor(PageContext pageContext, IThemeableApplicationType themeType, DefaultPageOutputController controller, Boolean supressContent, IThemeOrchestrationService themeOrchestrationService, IThemeContextService themeContextService, IContentFragmentContainerRenderingService contentFragmentContainerRenderingService, IEncode encode, ILegacyContentFragmentService legacyContentFragmentService, IContextService contextService, IContentFragmentScopedPropertyService contentFragmentScopedPropertyService, Action`2 renderThemeHeaders, Action`2 renderPlatformHeaders, Action`2 renderThemeBody, IContextPresenceService contextPresenceService) +483
Telligent.Evolution.Platform.Theming.Implementations.ThemeRenderingService.GetPageHandler(PageContext pageContext, IThemeableApplicationType themeType, DefaultPageOutputController controller, Boolean supressContent) +374
Telligent.Evolution.Urls.Routing.SiteUrlRouteHandler.GetPageHttpHandler(RequestContext requestContext, PageContext pageContext) +2323
Telligent.Evolution.Urls.Routing.SiteUrlRouteHandler.GetHttpHandler(RequestContext requestContext) +1881
System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +12030985
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88

Could someone please let me know what I need to do to fix this

Thanks

Steve