Azure Storage Acct. integration from Pega V8

Brief idea on Storage acct.
An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, tables, and disks. The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS. Data in your Azure storage account is durable and highly available, secure, and massively scalable. You're billed for Azure Storage based on your storage account usage. All objects in a storage account are billed together as a group. Storage costs are calculated according to the following factors: Region,Account type, Access tier, Capacity, Replication,Transactions
For more details, you can refer Microsoft site.

Here are the steps to be followed while implementing the sample exercise to store/export the Pega RAP file into Azure Storage acct. Also, we can import/upload the RAP file from the same Storage acct. Note that this exercise is an alternative way to store the build files in Azure instead of app server's folder: "Service Export". We can extend this experiment to store the case attachments into Azure instead of storing them in Pega locally(default).

1) Create a free 12 mons Azure acct from MS using the URL:

2) Create a storage acct from the MS portal and the URL: https://portal.azure.com/
3) Create a container for this storage and the access level should be of public by selecting “Container” and get the access key for integration
4) Create a new Repository for Azure integration. Before starting the Pega side changes, make sure to have the roleè PegaRULES:RepositoryAdministrator


5) Export an RAP to Azure from Pega now and verify the Azure to see the above RAP in the product folder. Also, import the RAP from Azure to Pega. Here I just added a simple Op ID’s pzInsKey in the RAP and that new Operator will be added to Pega after importing done.
















References:
1) community1.pega.com
2) microsoft.com
3) google.com

Popular posts from this blog

Connecting Claude to Pega Infinity 25.1.3 via MCP — Step-by-Step

itextpdf API to generate PDF doc from an image file using Pega PE

Understanding of Hugging Face platform for AI/ML platform