Hello @Galih - Thanks for the question and using MS Q&A platform.
The service URL for creating a linked service to an AWS S3 bucket in the Asia Pacific (Hong Kong) region (ap-east-1) is:
https://s3.ap-east-1.amazonaws.com
When creating the linked service in Azure Data Factory, you will need to specify this service URL as the endpoint for the S3 bucket. You will also need to provide the access key and secret key for the AWS account that has access to the S3 bucket.
Here are the high-level steps to create a linked service for an AWS S3 bucket in Azure Data Factory:
- In the Azure Data Factory portal, navigate to the Author & Monitor tab and click on the "New linked service" button.
- Select "Amazon S3" as the type of linked service.
- In the "Basic" tab, enter a name for the linked service and select the appropriate authentication method (Access Key or IAM Role).
- In the "Connection" tab, enter the access key and secret key for the AWS account that has access to the S3 bucket.
- Enter the service URL for the S3 bucket in the "Endpoint" field. For the Asia Pacific (Hong Kong) region, the service URL is
https://s3.ap-east-1.amazonaws.com
. - Click the "Test connection" button to verify that the linked service can connect to the S3 bucket.
- Save the linked service.
After creating the linked service, you can use it in a pipeline to copy data from the S3 bucket to your destination data store.
For more details, refer to the below link: S3 createBucket sends us-east-1 region by default Hope this helps. Do let us know if you any further queries.