We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c283b commit de1ea80Copy full SHA for de1ea80
workers/tests/utils/testutils_lc.py
@@ -255,6 +255,7 @@ def spawn_container(self,
255
# Add required environment variables for JWT issuer validation
256
run_cmd.extend(["-e", f"WEBSITE_SITE_NAME={self._uuid}"])
257
run_cmd.extend(["-e", "WEBSITE_SKU=Dynamic"])
258
+ run_cmd.extend(["-e", f"AzureWebJobsStorage={self._storage}"])
259
# run_cmd.extend(["-v", f'{worker_path}:{container_worker_path}'])
260
# run_cmd.extend(["-v",
261
# f'{base_ext_local_path}:{base_ext_container_path}'])
0 commit comments