Manage Azure Blob data storage
Read first about data storage and follow the new storage procedure. link
Azure Blob Storage Credentials update procedure
Add/edit the above 4 values into the appropriate fields.
How to find the stroage parameters
Emedgene Storage Setting | Client (Azure) Settings | Link to how to get |
CLIENT_ID | The client_id is the application_id - format is like: ########-####-####-####-############ (letters/numbers) | |
CLIENT_SECRET | The client_secret is the Value of the client_secret tuple (Value, Secret ID) - format is like: sQQQQ | |
TENANT_ID | The tenant_id is the id of the tenant - format is like: ########-####-####-####-############ (letters/numbers) | |
ACCOUNT_NAME* | The account_name is a name the customer must supply - format is like: string | - |
CONTAINER_NAME* | The container_name is a name the customer must supply - format is like: string | - |
ACCOUNT_URL | The account_url of this Azure account - format is like: https://account_name.blob.core.windows.net/container_name |
* Only needed for the account_url
Walkthrough For Customer To Setup Blob Integration
Create an App registration
Go to Azure AD, press on App registrations
Press on "New registration"
Fill the name of the application & press "register."
4. ## You got to the registered app page: (CLIENT_ID / TENANT_ID)From this you can retrieve: Application ID
and Tenant ID
. Both are marked in the screenshoot.
Press "Certificates & secrets"
Press on "New Client secret"
Fill the "Description" and change expires to 12 months. (or according to your organization policy), than press "Add"
8. ## Get the CLIENT_SECRET
from this page.
Give this App registration roles and read access to the relevant Blob.
Azure Blob configuration
Go to Azure Storage accounts
Get into the relevant Storage account
Press on "containers"
Press on the relevant container
Press on "Properties"
For Internal support:
Errors for bad connections can be found in CloudWatch on particular FRY log stream
Search for: BlobApi, BlobFs, azure.
Last updated