[Episode 47] Deploying Spring Boot Applications to Azure with GitHub Actions

Опубликовано: 19 Октябрь 2024
на канале: Bingyang Wei
1,668
42

⚠️Update⚠️: If you're using Spring Boot 3.2 or above, be sure to set the "spring-cloud-azure.version" to 5.16.0 in the pom.xml file's properties section. Otherwise, Spring Cloud Azure's compatibility verifier will complain.

🔗 Azure CLI instructions: https://docs.google.com/document/d/1q...
🔗 .github/workflows/azure-webapps-deploy.yml: https://github.com/Washingtonwei/hogw...
🔗 Which Version of Spring Cloud Azure Should I Use: https://github.com/Azure/azure-sdk-fo...

Working software should be delivered to our customers and users in frequent, iterative cycles. There is no reason to wait. In this video, let’s use GitHub Actions to build a containerized Spring Boot application and then deploy it to Microsoft Azure, a popular cloud platform.

Keep watching. Here are more Spring Boot Packaging and Deployment videos:
42 Introduction to Spring Boot Packaging and Deployment 🔗    • [Episode 42] Introduction to Spring B...  
43 Packaging a Spring Boot Application into an Executable JAR 🔗    • [Episode 43] Packaging a Spring Boot ...  
44 Containerizing a Spring Boot Application 🔗    • [Episode 44] Containerizing a Spring ...  
45 Introduction to CI and CD with GitHub Actions 🔗    • [Episode 45] Introduction to CI and C...  
46 Spring Boot Continuous Integration with GitHub Actions 🔗    • [Episode 46] Spring Boot Continuous I...  
47 Deploying Spring Boot Applications to Azure with GitHub Actions 🔗    • [Episode 47] Deploying Spring Boot Ap...  
48 Setting Up Staging Environments in Azure App Service 🔗    • [Episode 48] Setting Up Staging Envir...  
49 Connecting Spring Boot to a MySQL Database with Azure Key Vault 🔗    • [Episode 49] Connecting Spring Boot t...  

This video belongs to a playlist "Learn Spring Boot 3 with Bingyang":    • Learn Spring Boot 3 with Bingyang  

I don't want to make a super long video so I split it into smaller ones. If you want to learn Spring Boot 3 systematically, please visit the playlist (and save the playlist) for more Spring Boot 3 tutorials.

Feel free to leave a comment if you have any questions.

As always, thanks for watching, and happy learning!