Skip to content

Commit f1ed086

Browse files
Merge pull request #239676 from v-regandowner/note-addition
Note clarification for Static Web Apps
2 parents b2fee88 + d6b37cd commit f1ed086

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

articles/static-web-apps/publish-gatsby.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ The following steps show you how to create a new static site app and deploy it t
110110
| _Repository_ | Select **gatsby-static-web-app**. |
111111
| _Branch_ | Select **main**. |
112112

113+
> [!NOTE]
114+
> If you don't see any repositories, you may need to authorize Azure Static Web Apps on GitHub.
115+
> Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
116+
113117
1. In the _Build Details_ section, select **Gatsby** from the _Build Presets_ drop-down and keep the default values.
114118

115119
### Review and create

articles/static-web-apps/publish-hugo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ The following steps show you how to create a new static site app and deploy it t
124124
| _Repository_ | Select **hugo-static-app**. |
125125
| _Branch_ | Select **main**. |
126126

127+
> [!NOTE]
128+
> If you don't see any repositories, you may need to authorize Azure Static Web Apps on GitHub.
129+
> Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
130+
127131
1. In the _Build Details_ section, select **Hugo** from the _Build Presets_ drop-down and keep the default values.
128132

129133
### Review and create

articles/static-web-apps/publish-jekyll.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The following steps show you how to create a new static site app and deploy it t
112112
| _Repository_ | Select **jekyll-static-app**. |
113113
| _Branch_ | Select **main**. |
114114

115+
> [!NOTE]
116+
> If you don't see any repositories, you may need to authorize Azure Static Web Apps on GitHub.
117+
> Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
118+
115119
1. In the _Build Details_ section, select **Custom** from the _Build Presets_ drop-down and keep the default values.
116120

117121
1. In the _App location_ box, enter **./**.

articles/static-web-apps/publish-vuepress.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ The following steps show you how to create a new static site app and deploy it t
131131
| _Repository_ | Select **vuepress-static-app**. |
132132
| _Branch_ | Select **main**. |
133133
134+
> [!NOTE]
135+
> If you don't see any repositories, you may need to authorize Azure Static Web Apps on GitHub.
136+
> Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
137+
134138
1. In the _Build Details_ section, select **VuePress** from the _Build Presets_ drop-down and keep the default values.
135139

136140
### Review and create

0 commit comments

Comments
 (0)