parent
14eba662c8
commit
92de28756d
1 changed files with 2 additions and 0 deletions
|
@ -66,11 +66,13 @@ EXAMPLES = '''
|
||||||
azure_rm_functionapp:
|
azure_rm_functionapp:
|
||||||
resource_group: ansible-rg
|
resource_group: ansible-rg
|
||||||
name: myfunctionapp
|
name: myfunctionapp
|
||||||
|
storage_account: mystorageaccount
|
||||||
|
|
||||||
- name: create a function app with app settings
|
- name: create a function app with app settings
|
||||||
azure_rm_functionapp:
|
azure_rm_functionapp:
|
||||||
resource_group: ansible-rg
|
resource_group: ansible-rg
|
||||||
name: myfunctionapp
|
name: myfunctionapp
|
||||||
|
storage_account: mystorageaccount
|
||||||
app_settings:
|
app_settings:
|
||||||
setting1: value1
|
setting1: value1
|
||||||
setting2: value2
|
setting2: value2
|
||||||
|
|
Loading…
Reference in a new issue