Create Azure Blob Container Issue

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"?>InvalidResourceNameThe 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

Hi @sneha_arbole1. Container has following naming rules. Can you check whether it follows it.
*Container names must start or end with a letter or number, and can contain only letters, numbers, and the dash (-) character.

  • Every dash (-) character must be immediately preceded and followed by a letter or number; consecutive dashes are not permitted in container names.
  • All letters in a container name must be lowercase.
  • Container names must be from 3 through 63 characters long.

@devik thank you i was able to resolve the issue

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.