You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

01. 사전조건

02. 개요

03. Azure Application Insights 생성

  • Azure Log Analytics Workspace는 로그 데이터가 수집되고 저장되는 논리적 저장소 단위입니다.

03-01. Create Log Analytics workspace

03-02. Create Application Insights

04. Spring Boot Application 준비

    • Git Clone
sansae@VS25-winpro10:/mnt/c/workspace$ git clone https://github.com/Sanses/reactive-shorturl-webui.git
Cloning into 'reactive-shorturl-webui'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 43 (delta 2), reused 39 (delta 1), pack-reused 0
Unpacking objects: 100% (43/43), done.
sansae@VS25-winpro10:/mnt/c/workspace$ cd reactive-shorturl-webui
  • No labels