Yishi Wang

Results 37 comments of Yishi Wang

For your reference: https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md#ampersand--is-interpreted-by-command-prompt

Seems like we failed to establish a http connection. Can you confirm if storage account `stuse2ciok8sdtf2` really exists? Can you explicitly specify a credential? Either `--account-key` or `--sas-token` or `--connection-string`...

> I'm getting something different but still a bug. In my case the storage account exists but the blob container doesn't. I'm getting: > > ``` > RequestId:0416fa59-501e-0085-4ad0-ad852a000000 > Time:2022-08-11T22:20:48.8167530Z...

Does `dandatstate` storage account exist?

@kjoth Please ensure that storage account `ecaanalyticblobstgtwo` exists. The error message says that `Name or service not known`

Customer can create container(file system) in Data Lake Gen2 storage account using `az storage fs create` command

> Hi, there > > I use azcopy command line copy file from Azure blob to Azure Datalake Gen2, also meet with the following error: > > 409 : 409...

From the error msg: ``` HTTPSConnectionPool(host='darsh-acc.blob.core.windows.net', port=443): Max retries exceeded with url: /darsh-dest-container?restype=container (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) ``` Seems that you...