Skip to content
Shankar Chandrasekar edited this page Nov 30, 2017 · 12 revisions

Logic App Test manager

Add the below app settings to your C# test project app.config. Replace the xx with the correct values from your azure subscription.

<appSettings>
    <add key="SubscriptionId" value="XXXXXX" />
    <add key="TenantId" value="XXX" />
    <add key="WebApiApplicationId" value="XXX" />
    <add key="Secret" value="XXXX" />
</appSettings>
Clone this wiki locally