Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Protecle
- getEntityGraph
- MSSQL
- sendFractionalSeconds
- MYSQL
- apatch poi
- fractional seconds
- mysql equal null
- https
- 운동해서 광명찾자
- 1*1000
- 버전 문자열 비교
- spring boot
- 티스토리챌린지
- pooled-lo
- mysql not equal null
- getDateCellValue
- mysql =
- NamedEntityGraph
- createEntityGraph
- +9:00
- load order
- @CreateDate
- RootGraph
- @EntityListeners
- yml
- 오블완
- AuditingEntityListener
- deserializer
- EmbeddedId
Archives
- Today
- Total
Hello
Azure DevOps 에서 Azure App Service slot 배포하기 본문
728x90
Azure App Service slot 추가 후 DevOps를 통해 슬롯 배포하는 방법을 간단하게 정리하려고 합니다.
azure DevOps
Pipelines -> Releases -> New -> New Release Pipeline -> Stages Add -> Azure App Service deployment 선택
stage name 작성 후 stage 생성 완료
생성된 stage 설정 페이지 이동 후
- Azure subscription, App type, App service name 선택
나는 linux 서버를 사용하고 있어 startup command 도 작성을 해 두었다.
Deploy Azure App Service 선택 후 상세 설정 페이지 이동
- Deploy to Slot or App Service Environment 체크 ( slot 에 배포할 수 있도록 선택 )
Resource group, slot, Package or folder, Runtime Stack 설정
Save 배포 설정 끝
배포 요청 후 스테이지 선택해 로그 확인
Azure Portal
app service slot 페이지의 기본 도메인링크를 통해 배포된 앱에 접속해 확인 할 수 있습니다.
배포센터 -> 로그 에서 배포 성공 실패에 대한 디테일 로그를 확인할 수 있습니다.
728x90
'azure' 카테고리의 다른 글
[Azure] Microsoft Entra ID에 blob 권한 부여(storage blob data contributor와 contributor) (0) | 2024.03.19 |
---|---|
Azure Storage Blob sdk V8과 V12 (0) | 2023.10.17 |
Azure Monitor Application Insights 구성 (with JAVA) (0) | 2022.09.15 |
[Paas]Azure App Service 타임존 설정 (0) | 2022.07.21 |
Java Service Bus 사용 (0) | 2020.11.30 |