Question

Self
US
Last activity: 7 Oct 2025 13:42 EDT
Azure Blob Storage - Specify custom URL
We are able to connect to Azure Blob Storage via Account Key. Eventually that turns out to be a REST call with REST url constructed dynmaically based on Storage account name and container name. eg https://StorageAccountName.blob.core.windows.net/ContainerName?restype=container HTTP/1.1,
It works but is not a approved design pattern by enterprise standards. Instead of hitting this url they want us to come via API gateway. Was wondering if there is any way where URL could be customized while creating Azure repository rule.
The only other alternative I could think of is to create a custom repository rule but want to leverage OOTB Azure repository type.
[Edit - Further research on custom repo]
Also can we use custom repository for purging purposes. We read the documentation that custom repository doesn't support case archival use cases. We are on OnPrem and want to use Azure blob storage for purging and archival- so we want to better understand the limitation of using custom repository for purging.
https://docs.pega.com/bundle/platform/page/platform/data-integration/custom-repository-connection.html Here is the note from documentation- NOTE: Using custom repositories for Case archival purposes or with File Data Sets is not currently supported."
Just wanted to get the thoughts from the community/experts.
We are able to connect to Azure Blob Storage via Account Key. Eventually that turns out to be a REST call with REST url constructed dynmaically based on Storage account name and container name. eg https://StorageAccountName.blob.core.windows.net/ContainerName?restype=container HTTP/1.1,
It works but is not a approved design pattern by enterprise standards. Instead of hitting this url they want us to come via API gateway. Was wondering if there is any way where URL could be customized while creating Azure repository rule.
The only other alternative I could think of is to create a custom repository rule but want to leverage OOTB Azure repository type.
[Edit - Further research on custom repo]
Also can we use custom repository for purging purposes. We read the documentation that custom repository doesn't support case archival use cases. We are on OnPrem and want to use Azure blob storage for purging and archival- so we want to better understand the limitation of using custom repository for purging.
https://docs.pega.com/bundle/platform/page/platform/data-integration/custom-repository-connection.html Here is the note from documentation- NOTE: Using custom repositories for Case archival purposes or with File Data Sets is not currently supported."
Just wanted to get the thoughts from the community/experts.