This commit is contained in:
Reiley Yang 2020-06-30 10:55:46 -07:00
Родитель ad0200d25c
Коммит 2f7eca5d16
3 изменённых файлов: 12 добавлений и 2 удалений

6
.github/ISSUE_TEMPLATE/auto_instrumentation_issue.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,6 @@
---
name: Issue with Auto Instumentation / Codeless Attach
about: Need help with Auto Instumentation / Codeless Attach
---
If you're using [auto-instrumentation](https://docs.microsoft.com/en-us/azure/azure-monitor/app/codeless-overview), get support from [Azure Support Center](https://azure.microsoft.com/en-us/support/create-ticket/).

6
.github/ISSUE_TEMPLATE/azure_functions_issue.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,6 @@
---
name: Issue with Azure Functions
about: Need help with Azure Functions
---
If you're running the application in Azure Functions, get support [here](TBD).

2
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -8,8 +8,6 @@ labels: bug
* Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1):
* Application type (Console/ASP.NET/ASP.NET Core):
* Hosting environment (e.g. Windows Server 2016 + IIS, Ubuntu 20.04 LTS self-hosted, Azure WebApp):
* If you're running the application in Azure Functions, get support [here](TBD).
* If you're using [auto-instrumentation](https://docs.microsoft.com/en-us/azure/azure-monitor/app/codeless-overview), get support from [Azure Support Center](https://azure.microsoft.com/en-us/support/create-ticket/).
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.