There was an error while loading. Please reload this page.
az postgres flexible-server create
1 parent fd4baf9 commit e7d544eCopy full SHA for e7d544e
1 file changed
src/azure-cli/azure/cli/command_modules/postgresql/_help.py
@@ -251,7 +251,12 @@
251
- name: >
252
Create elastic cluster with node count of 5.
253
text: >
254
- az postgres flexible-server create -g testGroup -n testCluster --location testLocation --node-count 5
+ az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 5
255
+
256
+ - name: >
257
+ Create elastic cluster with node count of 3 and custom database name.
258
+ text: >
259
+ az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 3 --database-name testdatabase
260
"""
261
262
helps['postgres flexible-server show'] = """
0 commit comments