กิจกรรม
17 มี.ค. 21 - 21 มี.ค. 10
สร้างแอป AI และตัวแทน เข้าร่วมชุด meetup เพื่อสร้างโซลูชัน AI ที่ปรับขนาดได้ตามกรณีการใช้งานจริงกับนักพัฒนาและผู้เชี่ยวชาญร่วมกัน
ลงทะเบียนตอนนี้เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
The Azure Container Apps application lifecycle revolves around revisions.
When you deploy a container app, the first revision is automatically created. More revisions are created as containers change, or any adjustments are made to the template
section of the configuration.
A container app flows through four phases: deployment, update, deactivation, and shut down.
หมายเหตุ
Azure Container Apps jobs don't support revisions. Jobs are deployed and updated directly.
As a container app is deployed, the first revision is automatically created.
As a container app is updated with a revision scope-change, a new revision is created. You can choose whether to automatically deactivate old revisions (single revision mode), or allow them to remain available (multiple revision mode).
When in single revision mode, Container Apps handles the automatic switch between revisions to support zero downtime deployment.
Once a revision is no longer needed, you can deactivate a revision with the option to reactivate later. During deactivation, containers in the revision are shut down.
The containers are shut down in the following situations:
When a shutdown is initiated, the container host sends a SIGTERM message to your container. The code implemented in the container can respond to this operating system-level message to handle termination.
If your application doesn't respond within 30 seconds to the SIGTERM
message, then SIGKILL terminates your container.
Additionally, make sure your application can gracefully handle shutdowns. Containers restart regularly, so don't expect state to persist inside a container. Instead, use external caches for expensive in-memory cache requirements.
กิจกรรม
17 มี.ค. 21 - 21 มี.ค. 10
สร้างแอป AI และตัวแทน เข้าร่วมชุด meetup เพื่อสร้างโซลูชัน AI ที่ปรับขนาดได้ตามกรณีการใช้งานจริงกับนักพัฒนาและผู้เชี่ยวชาญร่วมกัน
ลงทะเบียนตอนนี้การฝึกอบรม
โมดูล
ปรับขนาดและจัดการแอปคอนเทนเนอร์ที่ปรับใช้ - Training
มอดูลนี้จะพูดถึงแนวคิดการแก้ไขในแอปคอนเทนเนอร์ของ Azure รวมถึงตัวเลือกสำหรับการจัดการวงจรชีวิตแอปพลิเคชันด้วย นอกจากนี้ยังครอบคลุมเกี่ยวกับตัวเลือกการปรับขนาดและการตั้งค่าการเข้า รวมถึงการแยกปริมาณการใช้งานสําหรับแอปคอนเทนเนอร์ของ Azure ด้วย
ใบรับรอง
ได้รับการรับรองจาก Microsoft: Azure Developer Associate - Certifications
สร้างโซลูชันแบบครบวงจรใน Microsoft Azure เพื่อสร้าง Azure Functions ดําเนินการและจัดการเว็บแอป พัฒนาโซลูชันโดยใช้ที่เก็บข้อมูล Azure และอื่น ๆ
เอกสาร
Update and deploy changes in Azure Container Apps
Learn how to use revisions to make changes in Azure Container Apps.
Azure Container Apps environments
Learn how environments are managed in Azure Container Apps.
Containers in Azure Container Apps
Learn how containers are managed and configured in Azure Container Apps