Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
This project provides a **portable automation toolkit** for Azure SQL Database containerization that:
Sign in to like and favorite skills
This project provides a portable automation toolkit for Azure SQL Database containerization that:
The solution uses cross-platform PowerShell (PowerShell Core) scripts designed for CI/CD integration and parameter-driven execution.
External CI/CD Pipeline ↓ (provides parameters & SQL scripts) PowerShell Scripts ↓ (orchestrates) Azure Services + Docker Multi-Stage Build ↓ (produces) Containerized Database (BACPAC excluded)
To export a database, your Azure AD account needs these database-level permissions:
-- Replace '[email protected]' with your actual Azure AD email CREATE USER [[email protected]] FROM EXTERNAL PROVIDER; ALTER ROLE db_datareader ADD MEMBER [[email protected]]; ALTER ROLE db_datawriter ADD MEMBER [[email protected]]; ALTER ROLE db_owner ADD MEMBER [[email protected]]; -- For export operations
Your Azure AD account needs Storage Blob Data Contributor role on the storage account or container.
For pushing images: AcrPush role on the container registry.
.env files, connection strings, or passwords in code