Share via

Importing Module failing during github actions execution

Dustin Chavez 160 Reputation points
2025-09-10T14:44:53.4833333+00:00

I have a function app where I have been able to successfully import various AZ modules and my function app runs fine using github actions for version control. However, when i try to import AWS.Tools.S3 I get "Installing AWS.Tools.S3 version 4.1.343 Install-Package: The following commands are already available on this system:'Clear-AWSCredentials,..." I have also tried uninstalling it in a previous step in case it was somehow stored in the function app but still get this error regardless. Any guidance of why I cannot import or use these modules would be greatly appreciated.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Answer accepted by question author

Krishna Chowdary Paricharla 2,915 Reputation points Microsoft External Staff Moderator
2025-09-10T21:00:04.3533333+00:00

Hello Dustin Chavez,

Thanks for your response!

You resolved this issue by updating the YAML script.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.