Skip to content

在Azure上部署SpringBoot后端项目 Deploy SpringBoot Project In Azure Cloud

Notifications You must be signed in to change notification settings

amace-lzo/azure-test-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文 | English

在Azure上部署SpringBoot后端项目

准备工作

  1. 准备微软Azure账号
  2. 准备后端代码,并上传到GitHub上的新建仓库

部署流程

  1. 进入Azure门户网站
  2. 点击创建资源image
  3. 选择Web App,如果没有找到,可以搜索,点击创建image
  4. 创建Web应用,新建资源组->填写详细信息->选择应用服务计划image
  5. 持续部署配置,选择需要持续部署的Github仓库及分支image
  6. 创建应用image
  7. 转到资源image
  8. 进入GitHub仓库中的Actions页面,黄色的部分表示正在部署,由于我提交了两次代码所以有两个部署任务正在进行,在使用过程中尽量保证同一时间只有一个部署任务在运行。当运行顺利完成,则会以绿色的对号来表示,下面的三个是之前部署成功的任务image
  9. 在部署成功后,右上角的URL就是后端服务的URLimage

About

在Azure上部署SpringBoot后端项目 Deploy SpringBoot Project In Azure Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages