Skip to content

❓ FAQ

Pierre Audonnet edited this page Jun 7, 2024 · 5 revisions

Frequently Asked Questions

Can I use both STATv1 (logic apps based modules) and STATv2 (function based modules)?

Yes, you can run both versions of STAT in the same subscription. STATv1 will continue to work. However, STATv2 has improved performance and additional features you might want to consider.

How can I upgrade my existing STATv1 playbooks to use STATv2?

There is no upgrade path. The existing playbooks will continue to function, but you will need to replace the STATv1 actions by STATv2 actions or create a new playbook from scratch that uses STATv2.

Why cannot I see the STAT custom connector in the logic app designer?

The connector is only visible for logic apps created in the same region as the connector.

Where can I find my Microsoft Defender for Cloud Apps URL?

During the deployment you are being asked to provide the Microsoft Defender for Cloud Apps URL (formally known as MCAS). You can find this URL from the Defender portal (https://security.microsoft.com) in the Settings section.

image

Select Cloud apps and you will see the API URL in the About section.

image

I do not use Microsoft Defender for Cloud Apps, can I skip the URL during the installation?

You can enter a bogus string in the wizard to validate the deployment. Note that you will then not be able to call the Microsoft Defender for Cloud Apps module.

The Logic App designer wants the function code to use STATv2, how can I get this code?

When your Sentinel playbook is saved in a different resource group than your STATv2 deployment, the Logic App designer will prompt you for a function code before customizing your step:

image

You can enter the name you want (it will be use to identify the connection of the connectors in the logic app code and saved as an API connection in your current resource group). For the code, you can find it in the STATv2 function resource under Overview > Functions tab > modules > :

image image

You can copy the value of the key directly into your clipboard and then paste it in the Function code field of the connector. Note that once you have done that one time in your designer, you will no longer be prompted for future STATv2 calls for all playbooks located in the same resource group.