-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Azure CLI error while connecting azure #28126
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMySQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMySQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
(ResourceNotFound) The Resource 'Microsoft.DBforMySQL/servers/testingmysql' under resource group 'ISOLATE-ENV' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.DBforMySQL/servers/testingmysql' under resource group 'ISOLATE-ENV' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
I tried different commend to check if the issue with command or CLI but i see the same error
Related command
az mysql server show --resource-group Databases-Resources --name geethatest.mysql.database.azure.com
az mysql flexible-server firewall-rule list --resource-group Databases-Resources --name geethatest.mysql.database.azure.com
Errors
Issue script & Debug output
az mysql server show --resource-group Databases-Resources --name geethatest.mysql.database.azure.com
az mysql flexible-server firewall-rule list --resource-group Databases-Resources --name geethatest.mysql.database.azure.com
Expected behavior
Should list the server details
Environment Summary
Prod
Additional context
No response