mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue