These integration guides are not official documentation and the Strapi Support Team will not provide assistance with them.
What is Strapi?
Strapi is the leading open-source headless CMS offering features, like customizable APIs, role-based permissions, multilingual support, etc. It simplifies content management and integrates effortlessly with modern frontend frameworks.
Explore the Strapi documentation for more details.
By deploying Strapi on Microsoft Azure App Service, you leverage a fully managed Azure platform.
Top Strapi Features for Azure Developers
The out-of-the-box Strapi features allow you to get up and running in no time: 1. Single types: Create one-off pages that have a unique content structure 2. Customizable API: With Strapi, you can just hop in your code editor and edit the code to fit your API to your needs. 3. Integrations: Strapi supports integrations with Cloudinary, SendGrid, Algolia, and others. 4. Editor interface: The editor allows you to pull in dynamic blocks of content. 5. Authentication: Secure and authorize access to your API with JWT or providers. 6. RBAC: Help maximize operational efficiency, reduce dev team support work, and safeguard against unauthorized access or configuration modifications. 7. i18n: Manage content in multiple languages. Easily query the different locales through the API.
Learn more about Strapi features.
What is Microsoft Azure?
Microsoft Azure is a cloud computing platform offered by Microsoft, providing a wide range of services for computing, analytics, storage, networking, and AI.
How to Deploy Strapi on Azure App Service
Azure App Service is a Platform-as-a-Service (PaaS) on Azure offering that provides you with building, deployment, and scaling of web apps.
App Serivce supports a variety of web stacks: .NET, Java, Node.js, Python, and PHP. Depending on your setup, you can run them on Windows, Linux or deploy as a custom container.
Other Azure services you can integrate with Azure App Service include:
- Azure Database for MySQL flexible server or PostgreSQL flexible server
- Azure Email communication service
- Azure Virtual Network (VNET)
- Azure Blob Storage
- Azure Managed Identity
The App Service is tailored for students and startups to large enterprises, with a wide range of features.
Deployment Options: Azure Portal, CLI, or PowerShell
To deploy your Strapi app on App Service, here are the different ways:
- Azure portal (recommended): A web-based, unified interface that allows users to manage and monitor all aspects of their Azure resources and services.
- Azure CLI: A cross-platform command-line tool for managing Azure resources with interactive commands or scripts.
- Azure PowerShell: a collection of modules for managing Azure resources from PowerShell.
7 Steps to Deploy Strapi via Azure Portal
- Sign in to Azure Portal
Go to portal.azure.com and sign in with your Azure account. - Initiate Deployment
Search for “Strapi on App Service” in the Azure Marketplace, click on it, and select Create. - Configure Project and Instance Details
- Select your subscription and create a new resource group.
- Choose a region (e.g., East US) and provide an app name.
- Select your database (PostgreSQL or MySQL) and set admin credentials.
- Configure public access to the storage account (optional).
- Choose the location for email data used by Azure Communication Service.
- Set Strapi Application Mode & Secrets
- Choose Development (default demo app) or Production (requires your own code via CI/CD).
- Provide required secrets: App Keys, JWT secrets, API Token Salt, and Transfer Token Salt.
- Use strong random strings, especially for production.
- Review and Deploy
Click Review + Create, verify your configuration, and then click Create to deploy all resources. - Access the App Service
After deployment, go to the Resource Group > App Service > Overview page.
Click the app’s default domain URL to access your deployed Strapi instance. - Set Up the Admin Account
The first user to access the/admin
URL of the app will set up the Strapi admin account.
Do this promptly before sharing the URL with others.
👉 For detailed instructions and additional information, refer to the full guide Read the full guide
Need Fully-Managed Hosting? Try Strapi Cloud
Strapi Cloud is a fully-managed cloud hosting for your Strapi project.
With Strapi Cloud:
- Get everything you need to run your Strapi project in production.
- Deploy Strapi to Production in just a few clicks with no vendor lock in.
- Gain complete control by collaborating with your team, managing custom domains, monitor real-time logs and more.