Open spxnstevens opened 1 year ago
This looks very specific to Azure Automation. Can you open a support ticket which can be routed to that team?
This looks very specific to Azure Automation. Can you open a support ticket which can be routed to that team?
Do you mean a support request in Azure or is there a different repo here on GitHub. Thanks.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jaspkaur28. Please see https://aka.ms/biceptypesinfo for troubleshooting help.
Bicep version Bicep CLI version 0.22.6
Describe the bug Am deploying an Azure Automation account using bicep, the runbooks use Python 3.8 and require the following packages: azure_core, azure_identity, azure_mgmt_core, typing_extensions, msal.
Within my azure automation module I have the following:
And which takes a packages object defined in a bicepparam file:
Running the deployment times out after 2 hours. Everything in the deployment completes after 15 minutes apart from the import of the python3 packages which just sit at importing. If I comment out the packages section from my automation module, the deployment finishes correctly.
Running with the debug flag produces this:
To Reproduce Create an Azure Automation deployment which includes an import of python3packages.
Additional context Add any other context about the problem here.