-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Purpose reorder the sections of the doc ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
- Loading branch information
1 parent
0da2665
commit cff9669
Showing
21 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
23 changes: 14 additions & 9 deletions
23
.../08_lab_azd/08_openlab_azd_deployments.md → ...6_lab_automation/06_openlab_automation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...6_lab_security/06_openlab_security_aca.md → ...7_lab_security/07_openlab_security_aca.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: 'Lab 7: Secure MySQL database and Key Vault using a Private Endpoint' | ||
layout: default | ||
nav_order: 10 | ||
has_children: true | ||
--- | ||
|
||
# Lab 06: Secure MySQL database and Key Vault using a Private Endpoint | ||
|
||
# Student manual | ||
|
||
## Lab scenario | ||
|
||
You now have your application deployed into a virtual network and the microservices connection requests from the internet must pass through your Application Gateway instance with Web Application Firewall enabled. However, the apps communicate with the backend services, such Azure Database for MySQL Flexible Server and Key Vault via their public endpoints. In this exercise, you will lock them down by implementing a configuration in which they only accept connections that originate from within your virtual network. | ||
|
||
## Objectives | ||
|
||
After you complete this lab, you will be able to: | ||
|
||
- Lock down the Azure Database for MySQL Flexible Server instance by redeploying it in a subnet | ||
- Lock down the Key Vault instance by using a private endpoint | ||
- Test your setup | ||
|
||
The below image illustrates the end state you will be building in this lab. | ||
|
||
![lab 8 overview](../../images/acalab6.png) | ||
|
||
## Lab Duration | ||
|
||
- **Estimated Time**: 60 minutes | ||
|
||
## Instructions | ||
|
||
During this lab, you will: | ||
|
||
- Lock down the Azure Database for MySQL Flexible Server instance by redeploying it in a subnet | ||
- Lock down the Key Vault instance by using a private endpoint | ||
- Test your setup | ||
|
||
{: .note } | ||
> The instructions provided in this exercise assume that you successfully completed the previous exercise and are using the same lab environment, including your Git Bash session with the relevant environment variables already set. | ||