mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
instance config (#1791)
* instance config * address PR comments * make logs scoped * make logs scoped Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
@ -214,6 +214,7 @@ module pythonFunction 'bicep-templates/function.bicep' = {
|
||||
functions_extension_version: '~3'
|
||||
name: name
|
||||
|
||||
instance_name: name
|
||||
app_logs_sas_url: storage.outputs.FuncSasUrlBlobAppLogs
|
||||
app_func_audiences: app_func_audiences
|
||||
app_func_issuer: app_func_issuer
|
||||
@ -244,6 +245,7 @@ module netFunction 'bicep-templates/function.bicep' = {
|
||||
functions_extension_version: '~4'
|
||||
name: '${name}-net'
|
||||
|
||||
instance_name: name
|
||||
app_logs_sas_url: storage.outputs.FuncSasUrlBlobAppLogs
|
||||
app_func_audiences: app_func_audiences
|
||||
app_func_issuer: app_func_issuer
|
||||
|
Reference in New Issue
Block a user