From c039498279e8711c66d056cbcf515155cb4110a2 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:27:44 +0000 Subject: [PATCH 1/4] Update SUPPORT.md (#61) --- SUPPORT.md | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index eaf439a..83f0d07 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,25 +1,15 @@ -# TODO: The maintainer of this repo has not yet edited this file - -**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? - -- **No CSS support:** Fill out this template with information about how to file issues and get help. -- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps. -- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide. +# Support -*Then remove this first heading from this SUPPORT.MD file before publishing your repo.* +> ⚠️**Note:** For the full details on the support statements, SLAs, and more for the Azure Verified Modules (AVM) initiative please visit [aka.ms/AVM/Support](https://aka.ms/avm/support) ⚠️ -# Support +## How to file issues and get help -## How to file issues and get help +This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue. -This project uses GitHub Issues to track bugs and feature requests. Please search the existing -issues before filing new issues to avoid duplicates. For new issues, file your bug or -feature request as a new Issue. +Issues can be created and searched through for existing [issues here](https://github.com/Azure/Azure-Verified-Modules/issues) -For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE -FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER -CHANNEL. WHERE WILL YOU HELP PEOPLE?**. +Please provide as much information as possible when filing an issue. Include screenshots or correlation IDs if possible (please redact any sensitive information). -## Microsoft Support Policy +For instructions on how to get deployments and correlation ID, please follow this link [here](https://learn.microsoft.com/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal#get-deployments-and-correlation-id). -Support for this **PROJECT or PRODUCT** is limited to the resources listed above. +We may ask you to create an Azure support request once we have triaged the issue following the process documented [here](https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request) From e7d867d986a54955adb420cfe35ce73aaa2c6b84 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:28:34 +0000 Subject: [PATCH 2/4] Update SUPPORT.md (#62) --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 83f0d07..5920b96 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -6,7 +6,7 @@ This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue. -Issues can be created and searched through for existing [issues here](https://github.com/Azure/Azure-Verified-Modules/issues) +Issues can be created and searched through for existing [issues here](https://github.com/Azure/terraform-azurerm-avm-template/issues). Please provide as much information as possible when filing an issue. Include screenshots or correlation IDs if possible (please redact any sensitive information). From 9a4608ce77f1eaca0084b86bbe61b67bda40cecb Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:29:09 +0000 Subject: [PATCH 3/4] Update SUPPORT.md (#63) --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 5920b96..469db41 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -12,4 +12,4 @@ Please provide as much information as possible when filing an issue. Include scr For instructions on how to get deployments and correlation ID, please follow this link [here](https://learn.microsoft.com/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal#get-deployments-and-correlation-id). -We may ask you to create an Azure support request once we have triaged the issue following the process documented [here](https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request) +We may ask you to create an Azure support request once we have triaged the issue following the process documented [here](https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request). From 5b48398693ba6c56e18e145dd88e2ea6fb01cf00 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Thu, 21 Dec 2023 19:19:51 +0800 Subject: [PATCH 4/4] fix default runner pool name (#58) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e09cafb..f421743 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -27,7 +27,7 @@ jobs: testexamples: if: github.event.repository.name != 'terraform-azurerm-avm-template' - runs-on: [ self-hosted, 1ES.Pool=terraform-azurerm-container-apps ] + runs-on: [ self-hosted, 1ES.Pool=terraform-azurerm-avm-template ] needs: getexamples environment: test env: