Connecting to your data container
Published 30 November 2021
Once the data container has been created successfully, the command will return with both the data container name (auto-generated if not specified) and a connection string.
You can use this connection string in an application that needs to connect to the database (e.g. copy-paste it into Azure Data Studio), or use values such as Host
, Port
, Username
and Password
to connect to your data container using your usual client tools.
Data container 'dev-uchdwpkp' (00003) created! -> Host=instances.spawn.cc;Port=xxxxx;Username=xxxx;Database=postgres;Password=xxxxxxxxx