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
- MSSQL
- mysql not equal null
- spring boot
- 티스토리챌린지
- 오블완
- 버전 문자열 비교
- pooled-lo
- Protecle
- createEntityGraph
- @CreateDate
- @EntityListeners
- getEntityGraph
- load order
- NamedEntityGraph
- mysql equal null
- MYSQL
- fractional seconds
- deserializer
- https
- yml
- EmbeddedId
- sendFractionalSeconds
- AuditingEntityListener
- mysql =
- +9:00
- apatch poi
- getDateCellValue
- 1*1000
- 운동해서 광명찾자
- RootGraph
Archives
- Today
- Total
Hello
[Paas]Azure App Service 타임존 설정 본문
728x90
azure app service를 사용하게 되어 테스트하는 중 시간이 utc로 설정 되어 서버시간을 사용할 경우 의도와 다르게 처리된 이슈가 있어 타임존 변경이 필요 했다.
azure app service 에서 타임존 설정 방법을 기록하고자 글을 작성하게 되었다.
app service가 window, linux os 타입별로 환경 변수 설정 값이 달라 설정 시 확인이 필요하다.
- os별 time zone 설정 환경 변수
window | linux | |
time zone key | WEBSITE_TIME_ZONE | TZ |
azure portal 메뉴 : app service -> 설정 -> 구성 -> 새 어플리케이션 설정을 통해 등록이 가능하다.
azure app service 환경 변수 및 앱 설정 페이지에 time zone설정에 관한 내용이 있으나 윈도우 기반의 내용만 존재하고 있어 linux 경우 tz database 를 사용해한다.(구글검색 후 사용하심됨)
참조 : https://tecadmin.net/change-timezone-in-azure-app-service/
https://docs.microsoft.com/ko-kr/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet
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 DevOps 에서 Azure App Service slot 배포하기 (0) | 2023.10.10 |
Azure Monitor Application Insights 구성 (with JAVA) (0) | 2022.09.15 |
Java Service Bus 사용 (0) | 2020.11.30 |