Hi,
I am trying to create container in Microsoft Azure using Create Blob Container Activity.
But getting error for Resource Name. I have used the same resource name in other activities and its working there.
below is the error i m getting:
Create Blob Container: An error has occurred. Please check the logs Error: The specifed resource name contains invalid characters.
RequestId:d33b9073-201e-0012-0c37-62734b000000
Time:2023-03-29T12:09:36.3194467Z
Status: 400 (The specifed resource name contains invalid characters.)
ErrorCode: InvalidResourceName
Content:
<?xml version="1.0" encoding="utf-8"?>InvalidResourceName
The specifed resource name contains invalid characters.
RequestId:d33b9073-201e-0012-0c37-62734b000000
Time:2023-03-29T12:09:36.3194467Z
Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: d33b9073-201e-0012-0c37-62734b000000
x-ms-client-request-id: 88f354e1-c93d-48cf-a049-1958f67ae2ca
x-ms-version: 2020-10-02
x-ms-error-code: InvalidResourceName
Date: Wed, 29 Mar 2023 12:09:36 GMT
Content-Length: 243
Content-Type: application/xml
Kindly help me resolve this issue