Skip to content

Commit d832f01

Browse files
authored
Fix formatting
1 parent c133369 commit d832f01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ sections:
283283
answer: |
284284
Application Gateway v1 SKUs can run in a FIPS 140-2 approved mode of operation, which is commonly referred to as "FIPS mode." FIPS mode calls a FIPS 140-2 validated cryptographic module that ensures FIPS-compliant algorithms for encryption, hashing, and signing when enabled. To ensure FIPS mode is enabled, the `FIPSMode` setting must be configured via PowerShell, Azure Resource Manager template, or REST API after the subscription has been enrolled to enable configuration of `FIPSmode`.
285285
286-
**Note:** As part of the FedRAMP compliance, US Government mandates that systems operate in a [FIPS-approved mode](/azure/compliance/offerings/offering-fips-140-2) after August 2024.
286+
> [!NOTE]
287+
> As part of the FedRAMP compliance, US Government mandates that systems operate in a [FIPS-approved mode](/azure/compliance/offerings/offering-fips-140-2) after August 2024.
287288

288289
**Steps to enable FIPS Mode in V1 SKU**
289290

@@ -292,13 +293,13 @@ sections:
292293
```azurepowershell-interactive
293294
Register-AzProviderFeature -FeatureName AllowApplicationGatewayEnableFIPS -ProviderNamespace Microsoft.Network
294295
```
295-
Use the following steps to enroll for FIPS Mode in Application Gateway V1 using the ** Azure portal**
296+
Use the following steps to enroll for FIPS Mode in Application Gateway V1 using the **Azure portal**
296297
1. Sign in to the Azure portal.
297298
1. In the search box, enter subscriptions and select **Subscriptions**.
298299
1. Select the link for your subscription's name.
299300
1. From the left menu, under **Settings** select **Preview features**.
300301
1. You see a list of available features and your current registration status.
301-
1. From Preview features type into the filter box **AllowApplicationGatewayEnableFIPS** , select the feature, and then select Register.
302+
1. From Preview features type into the filter box **AllowApplicationGatewayEnableFIPS**, select the feature, and then select Register.
302303

303304
* Once **step 1** is complete, the **enableFips** property needs to be set to True through PowerShell, Azure Resource Manager template, or REST API.
304305

0 commit comments

Comments
 (0)