Setup Microsoft Azure Connection
How to Set Up a Connection on Stacking Cloud to Publish a Microsoft Azure Storage Account
Microsoft Azure provides a powerful cloud storage solution that allows users to store and manage data efficiently. Stacking Cloud enables seamless integration with Azure Storage, simplifying the process of connecting and managing cloud-based storage resources.
Prerequisites
- An Azure Account with access to Azure Storage
- An Azure Storage Account already created
- The following credentials:
- Connection String
- Account Name
Step 1: Create an Azure Storage Account
- Log in to the Azure Portal.
- Navigate to Storage Accounts.
- Click Create and select the necessary options.
- Under Primary Service, select Azure Blob Storage or Azure Data Lake Storage Gen 2, as it is required for hosting static website files.
- Under Performance, select Standard for general web hosting needs.
- Under Redundancy, choose Geo-redundant storage (GRS) for increased reliability. (optional)
- Enable Make read access to data available in the event of regional unavailability to ensure accessibility.
- Click Review + Create and then Create.
Step 2: Enable Static Website Hosting
- After creating the storage account, go to its settings (Go to resource link) – and enable Static Website Hosting.
- Set the Index document name as index.html.
- Copy the Storage Account Name and Connection String.
Step 3: Configure Public Access
- Navigate to Configuration → Setting.
- Enable Allow Blob anonymous access
- Click Save
Step 4: Retrieve Credentials
- Navigate to Access Keys under Security + networking
- You’ll find your Storage account name and your Connection String.
Step 5: Set Up Azure Storage Connection on Stacking Cloud
- Go to My Connection at stacking.cloud .
- Click Add New Connection.
- Select Microsoft Azure as the storage provider.
- Enter the required details and click Save and Test Connection.
Step 5: Add Connection to a Site
- Go to My Cloud Websites.
- Click the cog icon near the website.
- Select Microsoft Azure as connection.
- Enter the required bucket name and click Save