Skip to content

Commit 45cd263

Browse files
update note
1 parent 315a471 commit 45cd263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-web-apps/static-web-apps-cli-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Get started working with the Static Web Apps CLI with the following resources.
3131

3232
| Resource | Description |
3333
|---|---|
34-
| [Install the Static Web Apps CLI (SWA CLI)](static-web-apps-cli-install.md)Install the CLI | Install the Azure Static Web Apps CLI to your machine. |
34+
| [Install the Static Web Apps CLI (SWA CLI)](static-web-apps-cli-install.md) | Install the Azure Static Web Apps CLI to your machine. |
3535
| [Configure your environment](static-web-apps-cli-configuration.md) | Set up how your application reads configuration information. |
3636
| [Start the website emulator](static-web-apps-cli-emulator.md) | Start the service to locally serve your website. |
3737
| [Start the local API server](static-web-apps-cli-api-server.md) | Start the service to locally serve your API endpoints. |
3838
| [Deploy to Azure](static-web-apps-cli-deploy.md) | Deploy your application to production on Azure. |
3939

40-
41-
Often sites built with a front-end framework require a proxy configuration setting to correctly handle requests under the `api` route. When using the Azure Static Web Apps CLI the proxy location value is `/api`, and without the CLI the value is `http://localhost:7071/api`.
40+
> [!NOTE]
41+
> Often sites built with a front-end framework require a proxy configuration setting to correctly handle requests under the `api` route. When using the Azure Static Web Apps CLI the proxy location value is `/api`, and without the CLI the value is `http://localhost:7071/api`.
4242
4343
## Next steps
4444

0 commit comments

Comments
 (0)