[Azure] Eclipse Tool Azure 연동



  • Category : Azure
  • Tag : Azure


1. Azure Tookit for Eclipse 설치

  1. Eclipse 실행 후 help > Eclipse Marketplace 클릭 img

  2. Azure 검색 > Azure Tookit for Eclipse에서 Install로 설치 img

  3. Azure Tookit for Eclipse 설치 진행중 img

  4. accept 선택 후 Finksh img

  5. Azure Tookit 설치전 메뉴[참고] img

  6. Type에 PGP 선택 후 Trust Selected 클릭 img

  7. Restart Now 클릭해서 다음 진행 img

  8. Azure 관련된 아이콘 생성 확인 [참고] img

  9. 재시작이 끝나면 HDInsight플러그인을 설치할것인지 묻는다.
    지금은 Spark 관련 라이브러리 사용할 일이 없어서 패스

2. Spring Boot Azure webapp 배포

  1. Sample project를 생성하여 테스트 진행한다.[petclinic] img
    img

  2. 프로젝트 우클릭 > Azure > Publish as Azure Web App img

  3. [인증이 된 상태라면 skip] Azure Browser 를 통한 인증 img

  4. [인증이 된 상태라면 skip] Azure 계정할 계정 선택 img

  5. [인증이 된 상태라면 skip] Azure 인증 완료 및 구독 선택 img
    img

  6. 배포 대상 project 선택 후 Create img

  7. Create App Service
    • Spring Boot 3.0 버전 이후는 JDK 버전 17로 배포 진행 img
      img

  8. Deploy Web App, Deploy클릭시 Spring Boot 배포 진행 img

  9. [Azure potal] 생성된 webapp 확인 img

  10. [Azure potal] 기본 도메인 클릭해서 url복사 img

  11. 완료 img


Share this post