Skip to content

Commit cb46c25

Browse files
committed
domains
1 parent 4c02cab commit cb46c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-spaces/how-to-manage-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ With the ability to adjust the time range from the last hour to the past 30 days
6969
The **Settings** tab is divided into four main categories: General, Domains, Routes, and Authentication.
7070

7171
- In the **General** settings, you can specify the component name, ensuring easy identification and management.
72-
- The **Domains** section provides information about the current domains associated with your app, and you can create new domains as needed. You can learn more about custom domains at [Custom domains with Azure Static Web Apps](../static-web-apps/custom-domain-azure-dns.md).
72+
- The **Domains** section provides information about the current domains associated with your app, and you can create new [App Service domains](../app-service/manage-custom-dns-buy-domain.md) as needed.
7373
- The **Routes** section allows you to [define route rules to restrict access to users based on specific roles or to perform actions such as redirects or rewrites](../static-web-apps/configuration.md#routes).
7474
- The **Authentication** section is where you set up an authentication provider for your site. The available providers are Google and GitHub. Here, you can configure the client ID, client secret, and the API path for getting roles. After authentication, this API path will be called with the user's claims, and it must return an array of roles to determine which routes the user can access based on the roles defined in the Routes section. Learn more at [Authenticate and authorize Static Web Apps](../static-web-apps/authentication-authorization.yml).
7575

0 commit comments

Comments
 (0)