Skip to content

Commit 20b2fd5

Browse files
authored
Merge pull request #125963 from Rageking8/add-missing-blockquote-for-alerts
Add missing blockquote for alerts
2 parents 0ad2a07 + 3afd948 commit 20b2fd5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/azure-vmware/introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ When a customer has a deployed Azure VMware Solution private cloud, they can sca
5353

5454
**Azure VMware Solution stretched clusters private cloud**: The AV64 SKU isn't supported with Azure VMware Solution stretched clusters private cloud. This means that an AV64-based expansion isn't possible for an Azure VMware Solution stretched clusters private cloud.
5555

56-
[!NOTE]
57-
58-
All traffic from an AV64 host towards a customer network will utilize the IP address of the VMKernel Network Interface 1.
56+
> [!NOTE]
57+
> All traffic from an AV64 host towards a customer network will utilize the IP address of the VMKernel Network Interface 1.
5958
6059
### AV64 Cluster vSAN fault domain (FD) design and recommendations
6160

articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Next you want to open `index.html` in VS Code and add the following snippet.
158158
</body>
159159
```
160160

161-
[!IMPORTANT]
162-
It's important here to note that this file `index.html` and the JavaScript bundle `outboundCallComposite.js` need to be in the same folder if you wish to not edit any of the importing in this file.
161+
> [!IMPORTANT]
162+
> It's important here to note that this file `index.html` and the JavaScript bundle `outboundCallComposite.js` need to be in the same folder if you wish to not edit any of the importing in this file.
163163
164164
#### 3. Setting up Azure Communication Services and your Teams Voice Application
165165

@@ -197,8 +197,8 @@ npx http-server@latest -p 3000
197197
```
198198
This script using Node starts an HTTP server and hosts the `index.html` file and JavaScript bundle. In a browser open http://localhost:3000. You should see a white page with a button, and when you click it you should see the following screen.
199199

200-
[!IMPORTANT]
201-
Note, if you try to go to the page not using local host, your calling experience won't work due to security reasons.
200+
> [!IMPORTANT]
201+
> Note, if you try to go to the page not using local host, your calling experience won't work due to security reasons.
202202
203203
[![Screenshot of js bundle sample app homescreen.](../media/calling-widget/js-bundle-splash.png)](../media/calling-widget/js-bundle-splash.png#lightbox)
204204

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Create a new agent pool to run the self-hosted runner.
609609
610610
To run a self-hosted runner, you need to create a personal access token (PAT) in Azure DevOps. The PAT is used to authenticate the runner with Azure DevOps. It's also used by the scale rule to determine the number of pending pipeline runs and trigger new job executions.
611611

612-
[!NOTE]
612+
> [!NOTE]
613613
> Personal Access Tokens (PATs) have an expiration date. Regularly rotate your tokens to ensure they remain valid (not expired) to maintain uninterrupted service.
614614

615615
1. In Azure DevOps, select *User settings* next to your profile picture in the upper-right corner.

articles/static-web-apps/languages-runtimes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ The following versions are supported for managed functions in Static Web Apps. I
4545

4646
Azure Functions supports [re-enabling proxies in v4.x](../azure-functions/legacy-proxies.md#re-enable-proxies-in-functions-v4x). To enable proxy support in managed functions for your static web app, set `SWA_ENABLE_PROXIES_MANAGED_FUNCTIONS` to `true` in your application settings.
4747

48-
[!NOTE] While proxies are supported in v4.x, consider using Azure API Management integration with your managed function apps, so your app isn't reliant on proxies.
48+
> [!NOTE]
49+
> While proxies are supported in v4.x, consider using Azure API Management integration with your managed function apps, so your app isn't reliant on proxies.
4950
5051
## Deprecations
5152

0 commit comments

Comments
 (0)