mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Update azure_rm_functionapp.py (#43638)
This commit is contained in:
@@ -271,7 +271,7 @@ class AzureRMFunctionApp(AzureRMModuleBase):
|
||||
function_app_settings.append(NameValuePair(name=key, value=self.storage_connection_string))
|
||||
function_app_settings.append(NameValuePair(name='FUNCTIONS_EXTENSION_VERSION', value='~1'))
|
||||
function_app_settings.append(NameValuePair(name='WEBSITE_NODE_DEFAULT_VERSION', value='6.5.0'))
|
||||
function_app_settings.append(NameValuePair(name='WEBSITE_CONTENTSHARE', value=self.storage_account))
|
||||
function_app_settings.append(NameValuePair(name='WEBSITE_CONTENTSHARE', value=self.name))
|
||||
return function_app_settings
|
||||
|
||||
def aggregated_app_settings(self):
|
||||
|
||||
Reference in New Issue
Block a user