mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
adding final functionapp settings (#55693)
This commit is contained in:
@@ -365,6 +365,8 @@ class AzureRMFunctionApp(AzureRMModuleBase):
|
||||
function_app_settings.append(NameValuePair(name='WEBSITE_CONTENTSHARE', value=self.name))
|
||||
else:
|
||||
function_app_settings.append(NameValuePair(name='FUNCTIONS_EXTENSION_VERSION', value='~2'))
|
||||
function_app_settings.append(NameValuePair(name='WEBSITES_ENABLE_APP_SERVICE_STORAGE', value=False))
|
||||
function_app_settings.append(NameValuePair(name='AzureWebJobsStorage', value=self.storage_connection_string))
|
||||
|
||||
return function_app_settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user