mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
additional sample for function app (#55136)
* additional sample for function app * format
This commit is contained in:
@@ -100,6 +100,18 @@ EXAMPLES = '''
|
|||||||
setting1: value1
|
setting1: value1
|
||||||
setting2: value2
|
setting2: value2
|
||||||
|
|
||||||
|
- name: Create container based function app
|
||||||
|
azure_rm_functionapp:
|
||||||
|
resource_group: myResourceGroup
|
||||||
|
name: myFunctionApp
|
||||||
|
storage_account: myStorageAccount
|
||||||
|
plan:
|
||||||
|
resource_group: myResourceGroup
|
||||||
|
name: myAppPlan
|
||||||
|
container_settings:
|
||||||
|
name: httpd
|
||||||
|
registry_server_url: index.docker.io
|
||||||
|
|
||||||
- name: Delete a function app
|
- name: Delete a function app
|
||||||
azure_rm_functionapp:
|
azure_rm_functionapp:
|
||||||
resource_group: myResourceGroup
|
resource_group: myResourceGroup
|
||||||
|
|||||||
Reference in New Issue
Block a user