Describe the bug
I have just deployed the DocuSign security events data connector.
https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/DocuSign-SecurityEvents/README.md
The function is returning the following errors:
- The 'Connect-AzAccount' command was found in the module 'Az.Accounts', but the module could not be loaded
- The Function app may be missing a module containing the 'New-AzStorageContext' command definition.
- The term 'New-AzStorageContext' is not recognized as the name of a cmdlet, function, script file, or operable program.
- The Function app may be missing a module containing the 'Get-AzStorageBlob' command definition.
- The term 'Get-AzStorageBlob' is not recognized as the name of a cmdlet, function, script file, or operable program.
Other information:
- Requirements.txt installs 'Az' = '5.*' but the latest version of Powershell AZ = 16
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/DocuSign-SecurityEvents/README.md
- Deploy the connector as per the readme
- Wait for first invocation and check error logs
- See errors listed above
Expected behavior
The function is able to run all necessary powershell cmdlets and pull docusign logs into Sentinel
Appreciate your support on this team!!
Describe the bug
I have just deployed the DocuSign security events data connector.
https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/DocuSign-SecurityEvents/README.md
The function is returning the following errors:
Other information:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The function is able to run all necessary powershell cmdlets and pull docusign logs into Sentinel
Appreciate your support on this team!!