Skip to content

Commit b27de46

Browse files
authored
Merge pull request #245420 from moarychan/moary/tutorial/auth-client-app-to-gateway-on-asa
New tutorial doc - Authenticate client with gateway on Azure Spring Apps
2 parents 4ebc4bf + eea25c1 commit b27de46

11 files changed

+367
-0
lines changed

articles/spring-apps/includes/tutorial-authenticate-client-with-gateway/authenticate-client-with-gateway-consumption-plan.md

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
author: KarlErickson
3+
ms.author: v-shilichen
4+
ms.service: spring-apps
5+
ms.topic: include
6+
ms.date: 08/31/2023
7+
---
8+
9+
<!--
10+
For clarity of structure, a separate markdown file is used to describe how to clean up resources using Azure Portal or AZD.
11+
12+
[!INCLUDE [clean-up-resources-portal-or-azd](includes/tutorial-authenticate-client-with-gateway/clean-up-resources.md)]
13+
14+
-->
15+
16+
## 6. Clean up resources
17+
18+
You can delete the Azure resource group, which includes all the resources in the resource group. Use the following steps to delete the entire resource group, including the newly created service:
19+
20+
1. Locate your resource group in the Azure portal.
21+
22+
1. Select **Resource groups**, and then select the name of your resource group, for example, **myresourcegroup**.
23+
24+
1. On your resource group page, select **Delete**. Enter the name of your resource group in the text box to confirm deletion.
25+
26+
1. Select **Delete**.
193 KB
Loading
115 KB
Loading
Loading
136 KB
Loading
352 KB
Loading
216 KB
Loading
412 Bytes
Loading

articles/spring-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ items:
7171
items:
7272
- name: Custom DNS name
7373
href: how-to-custom-domain.md
74+
- name: Authenticate client with Spring Cloud Gateway
75+
href: tutorial-authenticate-client-with-gateway.md
7476
- name: Concepts
7577
items:
7678
- name: App and deployment

0 commit comments

Comments
 (0)