busy-house-95123
08/18/2021, 9:16 AMdatabase = azure_native.dbforpostgresql.Database(
"test-database",
server_name = "my-test-database",
charset="UTF8",
collation="English_United States.1252",
database_name="test_database",
resource_group_name=example_resource_group.name,
)
returns
Code="ResourceNotFound" Message="The Resource 'Microsoft.DBforPostgreSQL/servers/my-test-database' under resource group 'exampleresourcegroupda3e1ab3' was not found. For more details please go to <https://aka.ms/ARMResourceNotFoundFix>"
The resource group name is correct, so is the subscription id, tenant id, etc.tall-librarian-49374
08/18/2021, 9:18 AMbusy-house-95123
08/18/2021, 10:23 AM