docs/self-hosting/deployments/azure.mdx
Deploying Cal.com on Azure
</Step>
<Step title="Creating Azure Resources">
1. Creating Azure Resources: In the Azure Portal, create a new resource group for your Cal.com project.
2. Create Azure Services: Set up required services such as Azure App Service, Azure Database for PostgreSQL, etc.
#### Create Web App
#### Setup Database, Networking
#### Setup Monitoring
</Step>
<Step title="Configuring Cal.com">
1. Clone Repository: Clone the Cal.com repository to your local machine.
2. Configuration Files: Update the .env file with necessary Azure configurations (e.g., database connection strings).
</Step>
<Step title="Deploying on Azure">
1. Deploying Web App: Use Azure App Service to deploy the Cal.com web application.
2. Database Setup: Deploy and configure the Azure Database for PostgreSQL with Cal.com.
3. Deployment Verification: Ensure that the application is running smoothly post-deployment.
</Step>
<Step title="Post-Deployment Steps">
1. DNS Configuration: Configure your DNS settings to point to the Azure deployment.
2. Monitor and Scale: Utilize Azure monitoring tools to keep track of performance and scale resources as needed.
</Step>