improving consistency of azure examples/documentation - 2 (#52572)

* normalizing azure example naming conventions - 2
This commit is contained in:
Zim Kalinowski 2019-02-20 21:39:41 +08:00 committed by Alicia Cozine
parent 220d0cb16b
commit 9b5514928a
33 changed files with 91 additions and 87 deletions

View file

@ -64,13 +64,13 @@ author:
EXAMPLES = '''
- name: create function app
azure_rm_functionapp:
resource_group: ansible-rg
resource_group: myResourceGroup
name: myfunctionapp
storage_account: mystorageaccount
- name: create a function app with app settings
azure_rm_functionapp:
resource_group: ansible-rg
resource_group: myResourceGroup
name: myfunctionapp
storage_account: mystorageaccount
app_settings:
@ -121,7 +121,7 @@ state:
outbound_ip_addresses: ............
container_size: 1536
daily_memory_time_quota: 0
resource_group: ansible-rg
resource_group: myResourceGroup
default_host_name: myfunctionapp.azurewebsites.net
''' # NOQA