Skip to content

Commit 8d3c0e9

Browse files
authored
Merge pull request #107092 from hyoshioka0128/patch-638
Typo "Azure DB for PostgreSQL"→"Azure Database for PostgreSQL"
2 parents f5a9818 + 1dcecbc commit 8d3c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-troubleshoot-cli-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Currently, Azure CLI doesn't support turning on debug logging, but you can retri
5959
|MissingSubscriptionRegistration|Register your subscription with the resource provider. Run the command ```az provider register --namespace Microsoft.DBPostgreSQL``` to resolve the issue.|
6060
|InternalServerError| Try to view the activity logs for your server to see if there is more information. Run the command ```az monitor activity-log list --correlation-id <enter correlation-id>```. You can try the same CLI command after a few minutes. If the issues persists, please [report it](https://github.com/Azure/azure-cli/issues) or reach out to Microsoft support.|
6161
|ResourceNotFound| Resource being reference cannot be found. You can check resource properties, or check if resource is deleted or check if the resource is another subscription. |
62-
|LocationNotAvailableForResourceType| - Check availability of Azure Database for PostgreSQL Flexible Server in [Azure regions](https://azure.microsoft.com/global-infrastructure/services/?products=postgresql). <br>- Check if Azure DB for PostgreSQL Resource types is registered with your subscription. |
62+
|LocationNotAvailableForResourceType| - Check availability of Azure Database for PostgreSQL Flexible Server in [Azure regions](https://azure.microsoft.com/global-infrastructure/services/?products=postgresql). <br>- Check if Azure Database for PostgreSQL Resource types is registered with your subscription. |
6363
|ResourceGroupBeingDeleted| Resource group is being deleted. Wait for deletion to complete.|
6464
|PasswordTooLong| The provided password is too long. It must contain between 8 and 128 characters. Your password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers (0 through 9), and non-alphanumeric characters (!, $, #, %, etc.).|
6565
|PasswordNotComplex| The provided password is not complex enough. It must contain between 8 and 128 characters. Your password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers (0 through 9), and non-alphanumeric characters (!, $, #, %, etc.).|

0 commit comments

Comments
 (0)