azure-stack

Connection of StorageExplorer to AzureStack still not working

跟風遠走 提交于 2019-12-24 23:07:45
问题 I am now using the current Azure Dev Pack (18.03). When following the tutorial for connection there is now the following error when trying to connect: The problem is, that the tutorial is only mentioning the following dialog for connecting a storage: where the ARM endpoint has to be set to "https://adminmanagement.local.azurestack.external". But after this dialog another dialog is shown which is not mentioned in the documenation at all: Here it is not clear what is meant by the "Sign in

Azure Stack Table Storage: Value for HTTP headers not in correct format

给你一囗甜甜゛ 提交于 2019-12-24 18:36:51
问题 I am trying to access a data storage of the azure stack. The following instructions work: BlobClient = StorageAccount.CreateCloudBlobClient(); CloudBlobContainer myContainer = BlobClient.GetContainerReference("mycontainer"); But it crashes, when creating the Blob via myContainer.CreateIfNotExists() : ...StatusMessage:The value for one of the HTTP headers is not in the correct format.\r\n ErrorCode:\r\nErrorMessage:The value for one of the HTTP headers is not in the correct format.\n RequestId

Is Azure Service Bus available on Azure Stack (on-premises)

徘徊边缘 提交于 2019-12-22 16:38:11
问题 I'm currently running Windows Service Bus 1.1 via Azure Pack. This versions official support life ended Jan 2018, I need a long term on-premises Service Bus option. Is Azure Service Bus available via the Azure Stack? Also looking for any recommended alternatives. Thanks re: https://azure.microsoft.com/en-us/blog/collaboration-and-federation-azure-service-bus-messaging-on-premises-futures/ 回答1: Short answer is "no". Azure Service Bus is planned for Azure Stack, but is not available today.