Skip to content

Commit d8b7896

Browse files
committed
fix warnings
1 parent c1ef841 commit d8b7896

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/app-service/wordpress-faq.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.date: 12/13/2024
1010
ms.author: areddys
1111
ms.custom: mvc, linux-related-content
1212
---
13-
# WordPress on Azure App Service: Frequently Asked Questions (FAQ)
1413

1514
## Are there limits on the number of sites, visits, storage, or bandwidth?
1615

@@ -44,7 +43,7 @@ Azure App Service integrates robust security features to safeguard WordPress sit
4443
- **[App Service Security](overview-security.md):** HTTPS, IP restrictions, certificates, authentication, and network isolation.
4544
- **[Easy Authentication](overview-authentication-authorization.md):** Built-in identity provider integration with minimal effort.
4645
- **[Azure Database for MySQL](/security/benchmark/azure/baselines/azure-database-for-mysql-flexible-server-security-baseline):** Advanced protections for Azure MySQL servers, including encryption and backup capabilities.
47-
- **[Virtual Network (VNET)](/azure/virtual-network/virtual-networks-overview.md):** Secure communication between Azure resources, the internet, and on-premises networks.
46+
- **[Virtual Network (VNET)](/azure/virtual-network/virtual-networks-overview):** Secure communication between Azure resources, the internet, and on-premises networks.
4847
- **[Managed Identities](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities):** Credential-free access to resources using Microsoft Entra tokens.
4948
- **[Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-cloud-introduction):** Proactive threat detection with DevSecOps integration.
5049
- **[Azure Key Vault](/azure/key-vault/):** Secure storage for keys, secrets, and certificates.
@@ -68,10 +67,10 @@ Use the `DATABASE_USERNAME` as the username and a generated token as the passwor
6867
## How do I enable a custom domain for my WordPress website?
6968
Custom domains can be set up with these resources:
7069
- [Using custom domains with WordPress on Azure App Service](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-use-custom-domains-with-wordpress-on-app-service/ba-p/3886247)
71-
- [Configuring custom domains with Azure Front Door](https://learn.microsoft.com/azure/frontdoor/front-door-custom-domain)
70+
- [Configuring custom domains with Azure Front Door](/azure/frontdoor/front-door-custom-domain)
7271

7372
## Does WordPress on App Service have email functionality?
74-
Yes, email functionality is supported through **[Azure Communication Services](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/wordpress-on-azure-appservice-email-integration/ba-p/3890486)**. [Custom email domains can be also be configured](https://learn.microsoft.com/azure/communication-services/quickstarts/email/add-custom-verified-domains).
73+
Yes, email functionality is supported through **[Azure Communication Services](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/wordpress-on-azure-appservice-email-integration/ba-p/3890486)**. [Custom email domains can be also be configured](/azure/communication-services/quickstarts/email/add-custom-verified-domains).
7574

7675
## How can I update NGINX configurations for my WordPress website?
7776
NGINX configurations can be updated using a **startup script**. Detailed instructions are available in the [startup script guide](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/updating-nginx-default-configurations-on-azure-app-services/ba-p/3710146).
@@ -89,7 +88,7 @@ Key tools for debugging and monitoring WordPress sites include:
8988
- **[SSH Access](configure-linux-open-ssh-session.md?pivots=container-linux)**
9089

9190
### PhpMyAdmin
92-
WordPress on App Service utilizes an Azure Database for MySQL flexible server, which is integrated into a VNET. This setup restricts database access to within the VNET. WordPress on App Service includes phpMyAdmin by default. You can access it at: https://<your-site-link>/phpmyadmin.
91+
WordPress on App Service utilizes an Azure Database for MySQL flexible server, which is integrated into a VNET. This setup restricts database access to within the VNET. WordPress on App Service includes phpMyAdmin by default. You can access it at: https://`<your-site-link>`/phpmyadmin.
9392

9493
If you are using Managed Identities, you can log in to phpMyAdmin by using the value from DATABASE_USERNAME environment variable as the username and the token as the password. To find the token use your Kudu SSH to run the following command:
9594

0 commit comments

Comments
 (0)