Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Fixes] Fix Web StaticSites readme #2167

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/Microsoft.Web/staticSites/customDomains/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ This module deploys a Custom Domain into a Static Site.

| Output Name | Type | Description |
| :-- | :-- | :-- |
| `name` | string | The name of the static site. |
| `resourceGroupName` | string | The resource group the static site was deployed into. |
| `resourceId` | string | The resource ID of the static site. |
| `name` | string | The name of the static site custom domain. |
| `resourceGroupName` | string | The resource group the static site custom domain was deployed into. |
| `resourceId` | string | The resource ID of the static site custom domain. |

## Cross-referenced modules

Expand Down
8 changes: 4 additions & 4 deletions modules/Microsoft.Web/staticSites/linkedBackends/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This module deploys a Custom Function App into a Static Site using the linkedBac

| Parameter Name | Type | Description |
| :-- | :-- | :-- |
| `backendResourceId` | string | The resource id of the backend linked to the static site. |
| `backendResourceId` | string | The resource ID of the backend linked to the static site. |

**Conditional parameters**

Expand All @@ -43,9 +43,9 @@ This module deploys a Custom Function App into a Static Site using the linkedBac

| Output Name | Type | Description |
| :-- | :-- | :-- |
| `name` | string | The name of the static site. |
| `resourceGroupName` | string | The resource group the static site was deployed into. |
| `resourceId` | string | The resource ID of the static site. |
| `name` | string | The name of the static site linked backend. |
| `resourceGroupName` | string | The resource group the static site linked backend was deployed into. |
| `resourceId` | string | The resource ID of the static site linked backend. |

## Cross-referenced modules

Expand Down