Skip to content

Commit caa89cc

Browse files
authored
overview
1 parent 06e9425 commit caa89cc

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

0_Azure/8_AzureApps/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Azure Apps - Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-07-17
10+
11+
----------
12+
13+
> Azure provides a rich set of **platform services and tools** to help you build, deploy, modernize, and scale applications, whether they’re cloud-native, containerized, or legacy apps being modernized.
14+
15+
<details>
16+
<summary><b>List of References</b> (Click to expand)</summary>
17+
18+
- [App Service overview](https://learn.microsoft.com/en-us/azure/app-service/overview)
19+
- [Azure Kubernetes Service (AKS)](https://learn.microsoft.com/en-us/azure/aks/)
20+
- [What is Azure Functions?](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview)
21+
22+
</details>
23+
24+
> [!TIP]
25+
> Why Azure? Benefits:
26+
> - Scalability: Auto-scale apps to meet demand.
27+
> - DevOps & CI/CD: Integrate with GitHub Actions, Azure DevOps, and pipelines.
28+
> - Global Reach: Deploy apps close to your users with Azure’s global regions.
29+
> - Security & Compliance: Built-in identity, access control, and compliance certifications.
30+
> - Observability: Monitor performance and diagnose issues with Azure Monitor and Application Insights.
31+
32+
## Main Capabilities
33+
34+
| Feature/Service | Description |
35+
|------------------|-------------|
36+
| **App Services** | Fully managed platform for building, deploying, and scaling web apps and APIs. Supports .NET, Java, Node.js, Python, PHP, Ruby, and containers. |
37+
| **Azure Kubernetes Service (AKS)** | Managed Kubernetes for containerized workloads. Ideal for microservices and cloud-native architectures. |
38+
| **Azure Functions** | Serverless compute to run event-driven code without managing infrastructure. Pay only for execution time. |
39+
| **Azure Container Apps** | Serverless containers for microservices and APIs, with built-in scaling and Dapr integration. |
40+
| **Logic Apps** | Low-code/no-code workflows to automate business processes and integrate with hundreds of connectors. |
41+
| **API Management** | Publish, secure, and monitor APIs for internal and external consumers. |
42+
| **Azure Spring Apps** | Managed Spring Boot service for Java developers. |
43+
| **App Configuration & Feature Management** | Centralized configuration and feature flags for modern apps. |
44+
45+
## Modernization Scenarios
46+
47+
| Scenario | How Azure Helps |
48+
|----------|-----------------|
49+
| **Lift & Shift** | Migrate existing apps to Azure VMs or App Service with minimal changes. |
50+
| **Refactor** | Containerize apps and deploy to AKS or Container Apps for better scalability and DevOps. |
51+
| **Rearchitect** | Break monoliths into microservices using AKS, Functions, and Event Grid. |
52+
| **Rebuild** | Build cloud-native apps from scratch using serverless and PaaS offerings. |
53+
54+
<!-- START BADGE -->
55+
<div align="center">
56+
<img src="https://img.shields.io/badge/Total%20views-393-limegreen" alt="Total views">
57+
<p>Refresh Date: 2025-07-18</p>
58+
</div>
59+
<!-- END BADGE -->

0 commit comments

Comments
 (0)