Skip to content

DocuSign-SecurityEvents Data connector calling missing powershell AZ modules/running outdated powershell AZ version #14389

Description

@inquisitive-39

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:

  1. Go to https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/DocuSign-SecurityEvents/README.md
  2. Deploy the connector as per the readme
  3. Wait for first invocation and check error logs
  4. 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!!

Metadata

Metadata

Labels

ConnectorConnector specialty review needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions