앱센터에서 Azure Application Insights로 내보내기 & 깃허브에 자동으로 이슈 등록하기
AppCenter export to Application insights
1. Azure에서 서비스 생성하기
- Azure에 ResourceGroup, Workspace 를 먼저 생성한다
- Name을 입력하고 ResourceGroup, Workspace 을 선택하여 Application Insights 를 생성한다
- 생성이 완료되면 Overview 화면 상단에 있는 Instrumentation Key 를 복사한다
![image](https://user-images.githubusercontent.com/26706369/190309145-2e2f5dc7-c36d-4eb1-894e-a02009d31035.png)
![](https://velog.velcdn.com/images/aaaram__/post/92afc4fe-e2a9-4be8-a9b6-2b844f22ccb4/image.png)
2. AppCenter에서 Export 설정하기
- AppCenter의 [Settings - Export - New Export] 메뉴를 통해 Application Insight를 custom 으로 등록한다.
- 위에서 복사한 Instrumentation 키를 붙여넣어 Create를 완료한다.
![image](https://user-images.githubusercontent.com/26706369/190308585-f642cb02-34ba-4125-ad21-6d24e649c75e.png)
![image](https://user-images.githubusercontent.com/26706369/190309662-44ccbc29-7f4a-44bc-922d-13b9e96befd5.png)
Application insights Work item integration with GitHub
1. Application Insights Work Items 에서 Template 만들기
- GitHub를 tracking system으로 등록한다.
- Advanced setting을 통해 Assignee, Project, Template, Milestone 등을 지정할 수 있다
- template을 적용 할때는 템플릿의 이름이 아닌 (Bug Report) 실제 파일명을 (bug_report.md) 적어야 한다.
![image](https://user-images.githubusercontent.com/26706369/190310111-714eb1b5-8258-4629-85c5-46548755726b.png)
![](https://velog.velcdn.com/images/aaaram__/post/6f57cb3a-2309-44e6-83d9-c6922a8ec679/image.png)
2. 결과 화면
- Template, Assignee, Labels가 잘 적용되었다.
- 그러나 Project 설정은 여러가지 서치와 시도를 해보았으나 아직 적용을 못하였다.
![image](https://user-images.githubusercontent.com/26706369/190310583-2ef3e9ec-e4d5-41a1-a4cd-8a487851a9cf.png)