- Add Legal Office of the Master seal (SVG design with Maltese Cross, scales of justice, legal scroll) - Create legal-office-manifest-template.json for Legal Office credentials - Update SEAL_MAPPING.md and DESIGN_GUIDE.md with Legal Office seal documentation - Complete Azure CDN infrastructure deployment: - Resource group, storage account, and container created - 17 PNG seal files uploaded to Azure Blob Storage - All manifest templates updated with Azure URLs - Configuration files generated (azure-cdn-config.env) - Add comprehensive Azure CDN setup scripts and documentation - Fix manifest URL generation to prevent double slashes - Verify all seals accessible via HTTPS
20 lines
628 B
Bash
20 lines
628 B
Bash
# Azure CDN Configuration
|
|
# Generated: 2025-11-13 05:53:18 UTC
|
|
|
|
# Storage Account
|
|
AZURE_STORAGE_ACCOUNT=theordercdn12439
|
|
AZURE_STORAGE_KEY=IpwiOwvyXcTNWeaFd+r63iM7vZQ7xli7CgIyxUrGOqAa337iQwzyKbvGNwpD+NTVcfa2M8GX5y6i+AStnOapXA==
|
|
AZURE_STORAGE_CONTAINER=images
|
|
AZURE_RESOURCE_GROUP=the-order-cdn-rg
|
|
AZURE_LOCATION=westeurope
|
|
|
|
# CDN
|
|
AZURE_CDN_PROFILE=theorder-cdn-profile
|
|
AZURE_CDN_ENDPOINT=theorder-cdn-endpoint
|
|
AZURE_CDN_ENDPOINT_URL=
|
|
|
|
# CDN Base URLs
|
|
CDN_BASE_URL_BLOB=https://theordercdn12439.blob.core.windows.net/images/
|
|
CDN_BASE_URL_CDN=https://theorder-cdn-endpoint.azureedge.net/images/
|
|
CDN_BASE_URL=${CDN_BASE_URL_CDN:-}
|