Skip to content

Commit bde45c4

Browse files
committed
fixed formatting
1 parent d7eba39 commit bde45c4

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

articles/frontdoor/integrate-storage-account.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ A storage account gives access to the Azure Storage services. The storage accoun
5353

5454
1. In the **New endpoint** section, enter the following information:
5555

56-
1. | Setting | Value |
57-
| -------- | ----- |
58-
| Service type | Select **Azure Front Door**. |
59-
| Create new/use existing profile | You can create a new Front Door profile or select an existing one. |
60-
| Profile name | Enter a name for the Front Door profile. You have a list of available Front Door profiles if you selected **Use existing**.|
61-
| Endpoint name | Enter your endpoint hostname, such as *contoso1234*. This name is used to access your cached resources at the URL _<endpoint-name + hash value>_.z01.azurefd.net. |
62-
| Origin hostname | By default, a new Front Door endpoint uses the hostname of your storage account as the origin server. |
63-
| Pricing tier | Select **Standard** if you want to do content delivery or select **Premium** if you want to do content delivery and use security features. |
64-
| Caching | *Optional* - Toggle on if you want to [enable caching](front-door-caching.md) for your static content. Choose an appropriate query string behavior. Enable compression if required.|
65-
| WAF | *Optional* - Toggle on if you want to protect your endpoint from common vulnerabilities, malicious actor and bots with [Web Application Firewall](web-application-firewall.md). You can use an existing policy from the WAF policy dropdown or create a new one. |
66-
| Private link | *Optional* - Toggle on if you want to keep your storage account private that is, not exposed to public internet. Select the region that is the same region as your storage account or closest to your origin. Select target sub resource as **blob**. </br>|
67-
68-
:::image type="content" source="./media/integrate-storage-account/image.png" alt-text="Screenshot of the caching, WAF and private link settings for an endpoint.":::
56+
| Setting | Value |
57+
| -------- | ----- |
58+
| Service type | Select **Azure Front Door**. |
59+
| Create new/use existing profile | You can create a new Front Door profile or select an existing one. |
60+
| Profile name | Enter a name for the Front Door profile. You have a list of available Front Door profiles if you selected **Use existing**.|
61+
| Endpoint name | Enter your endpoint hostname, such as *contoso1234*. This name is used to access your cached resources at the URL _&lt;endpoint-name + hash value&gt;_.z01.azurefd.net. |
62+
| Origin hostname | By default, a new Front Door endpoint uses the hostname of your storage account as the origin server. |
63+
| Pricing tier | Select **Standard** if you want to do content delivery or select **Premium** if you want to do content delivery and use security features. |
64+
| Caching | *Optional* - Toggle on if you want to [enable caching](front-door-caching.md) for your static content. Choose an appropriate query string behavior. Enable compression if required.|
65+
| WAF | *Optional* - Toggle on if you want to protect your endpoint from common vulnerabilities, malicious actor and bots with [Web Application Firewall](web-application-firewall.md). You can use an existing policy from the WAF policy dropdown or create a new one. |
66+
| Private link | *Optional* - Toggle on if you want to keep your storage account private that is, not exposed to public internet. Select the region that is the same region as your storage account or closest to your origin. Select target sub resource as **blob**. |
67+
68+
:::image type="content" source="./media/integrate-storage-account/security-settings.png" alt-text="Screenshot of the caching, WAF and private link settings for an endpoint.":::
6969

7070
> [!NOTE]
7171
> * With Standard tier, you can only use custom rules with WAF.To deploy managed rules and bot protection, choose Premium tier. For detailed comparison, see [Azure Front Door tier comparison](./standard-premium/tier-comparison.md).
@@ -80,6 +80,7 @@ A storage account gives access to the Azure Storage services. The storage accoun
8080
From the storage account **Front Door and CDN** page, select the endpoint from the list to open the Front Door endpoint configuration page. You can enable more Front Door features for your delivery, such as [rules engine](front-door-rules-engine.md) and configure how traffic gets [load balanced](routing-methods.md).
8181

8282
For best practices, refer to [Use Azure Front Door with Azure Storage blobs](scenario-storage-blobs.md).
83+
8384
## Enable SAS
8485

8586
If you want to grant limited access to private storage containers, you can use the Shared Access Signature (SAS) feature of your Azure Storage account. A SAS is a URI that grants restricted access rights to your Azure Storage resources without exposing your account key.
Binary file not shown.
2.81 KB
Loading

0 commit comments

Comments
 (0)