mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
committed by
Sandra McCann
parent
14eba662c8
commit
92de28756d
@@ -66,11 +66,13 @@ EXAMPLES = '''
|
||||
azure_rm_functionapp:
|
||||
resource_group: ansible-rg
|
||||
name: myfunctionapp
|
||||
storage_account: mystorageaccount
|
||||
|
||||
- name: create a function app with app settings
|
||||
azure_rm_functionapp:
|
||||
resource_group: ansible-rg
|
||||
name: myfunctionapp
|
||||
storage_account: mystorageaccount
|
||||
app_settings:
|
||||
setting1: value1
|
||||
setting2: value2
|
||||
|
||||
Reference in New Issue
Block a user