We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21724d commit 1d9ad8aCopy full SHA for 1d9ad8a
src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py
@@ -16,6 +16,9 @@
16
)
17
class Create(AAZCommand):
18
"""Create an API Key for the Nginx deployment in order to access the dataplane API endpoint
19
+
20
+ :example: Create an API Key for the Nginx deployment
21
+ az nginx deployment api-key create --resource-group myResourceGroup --deployment-name myDeployment --api-key-name myApiKey
22
"""
23
24
_aaz_info = {
0 commit comments