_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Azure App Service

20. 10. 2023 1 min read intermediate

Cloud Beginner

Azure App Service

AzureApp ServicePaaS 3 min read

Deployment webové aplikace na Azure App Service. Konfigurace, scaling a CI/CD.

Deployment

# Azure CLI
az webapp create --resource-group myRG \
  --plan myPlan --name myapp --runtime 'NODE:20-lts'

# Deploy z Gitu
az webapp deployment source config \
  --name myapp --resource-group myRG \
  --repo-url https://github.com/me/myapp \
  --branch main

Configuration

# Environment variables
az webapp config appsettings set \
  --name myapp --resource-group myRG \
  --settings DATABASE_URL=postgres://... NODE_ENV=production

# Scaling
az appservice plan update --name myPlan \
  --resource-group myRG --sku P1v3
az webapp update --name myapp --number-of-workers 3

Summary

App Service = nejjednodušší PaaS pro web apps. Ideální pro začátek, než přejdete na kontejnery.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.