|
15 | 15 | "cell_type": "markdown", |
16 | 16 | "metadata": {}, |
17 | 17 | "source": [ |
18 | | - "### Initialize notebook variables\n", |
| 18 | + "### 🛠️ 1. Initialize notebook variables\n", |
19 | 19 | "\n", |
20 | 20 | "Configures everything that's needed for deployment. \n", |
21 | 21 | "\n", |
|
83 | 83 | "cell_type": "markdown", |
84 | 84 | "metadata": {}, |
85 | 85 | "source": [ |
86 | | - "### Create deployment using Bicep\n", |
| 86 | + "### 🚀 2. Create deployment using Bicep\n", |
87 | 87 | "\n", |
88 | 88 | "Creates the bicep deployment into the previously-specified resource group. A bicep parameters file will be created prior to execution." |
89 | 89 | ] |
|
124 | 124 | "cell_type": "markdown", |
125 | 125 | "metadata": {}, |
126 | 126 | "source": [ |
127 | | - "### Approve Front Door private link connection to APIM\n", |
| 127 | + "### 🔗 3. Approve Front Door private link connection to APIM\n", |
128 | 128 | "\n", |
129 | 129 | "In the deployed Bicep template, Azure Front Door will establish a private link connection to the API Management service. This connection should be approved. Run the following command to approve the connection." |
130 | 130 | ] |
|
170 | 170 | "cell_type": "markdown", |
171 | 171 | "metadata": {}, |
172 | 172 | "source": [ |
173 | | - "### Verify API Request Success via API Management\n", |
| 173 | + "### ✅ 4. Verify API Request Success via API Management\n", |
174 | 174 | "\n", |
175 | 175 | "As we have not yet disabled public access to APIM, this request should succeed with a **200**." |
176 | 176 | ] |
|
196 | 196 | "cell_type": "markdown", |
197 | 197 | "metadata": {}, |
198 | 198 | "source": [ |
199 | | - "### Disabling API Management public network access\n", |
| 199 | + "### 🔒 5. Disabling API Management public network access\n", |
200 | 200 | "\n", |
201 | 201 | "The initial `APIM` service deployment above cannot disable public network access. It must be disabled subsequently below." |
202 | 202 | ] |
|
231 | 231 | "cell_type": "markdown", |
232 | 232 | "metadata": {}, |
233 | 233 | "source": [ |
234 | | - "### Verify API Request Success via Azure Front Door & Failure with API Management\n", |
| 234 | + "### ✅ 6. Verify API Request Success via Azure Front Door & Failure with API Management\n", |
235 | 235 | "\n", |
236 | 236 | "At this time only requests through Front Door should be successful and return a **200**. Requests to APIM that worked previously should result in a **403**." |
237 | 237 | ] |
|
269 | 269 | "cell_type": "markdown", |
270 | 270 | "metadata": {}, |
271 | 271 | "source": [ |
272 | | - "<a id='clean'></a>\n", |
273 | | - "### Clean up resources\n", |
| 272 | + "### 🗑️ Clean up resources\n", |
274 | 273 | "\n", |
275 | 274 | "When you're finished experimenting, it's advisable to remove all associated resources from Azure to avoid unnecessary cost.\n", |
276 | 275 | "Use the [clean-up notebook](clean-up.ipynb) for that." |
|
0 commit comments