How do I manage / delete my Azure logic app connections - azure-logic-apps

We are building a logic app in Azure.
It consists of an Office 365 new mail item and a service bus queue item.
What we cant work out is how to manage / delete the connections:
Any advice would be greatly appreciated

Reference MSDN blog
https://blogs.msdn.microsoft.com/logicapps/2016/04/13/browsing-api-connections-in-the-azure-portal/
Using Powershell to manage connections
https://blogs.msdn.microsoft.com/logicapps/2016/03/18/using-powershell-to-manage-api-connections/
There is a first class UI support also available now in Azure Portal
Update: connections are now supported in the resource explorer
Let me know if this helps.

There are a few options available:-
Search for API connections -> Click on the connection you want to delete.
Go to your resource group -> Overview -> List of items available in resources will be shown -> Click on the item(type - API Connection). -> Delete.

For sake of completeness, you can access the API connections associated to your Logic App from the options menu:

Related

Not able to configure hotmail id with azure logic app

I have a simple azure logic app as follows.
Now I add a new action after the first one.
Select an email action.
Look for send email action
Now no mater what I do, I get this error
Please check your account info and/or permissions and try again. Details: REST API is not yet supported for this mailbox. This error can occur for sandbox (test) accounts or for accounts that are on a dedicated (on-premise) mail server. clientRequestId: 9295041e-4d27-4d7f-8ac7-9f90f1cc65ff serviceRequestId: 17c7df3b-7f07-6d27-4f7b-68a4475e9b55 More diagnostic information: x-ms-client-request-id is '51B43F16-6D7C-4BE7-9AE2-7B4A6B73BA49'.
I click Change Connection above and I see these increasing number of connection, and I find no way to delete them. See the last image at the bottom.
And when I click Save, I get this message.
Save logic app failed. Failed to save logic app vivek-logic-app. Some of the connections are not authorized yet. If you just created a workflow from a template, please add the authorized connections to your workflow before saving.
And finally when I click Api Connections, I find no connections to delete.
So two questions.
How to authorize hotmail account te be used by Azure Logic App
How to delete the un-necessary connections
Ok, here it is after a good 3 hour PIA.
For the connections to manage(or delete), look at the resource group and not the Logic app.
And next for the send email action, choose Outlook.Com connection and not Office 365 Outlook. Found the answer here. Mine is personal account and not for work or for school.
Once you setup this action successfully, you can take a look at this page for managing the connection access.

Veeva CLM: No CLM available after syncing to CRM

I've tried for hours to sync the CLM presentation to CRM. But i can recive the presentation on ipad CRM.
What I've tried:
I've created as "Multichannel Presentatio"n (Binder) with 29
"Presentation Slides". Reditions automatically created -> thumbnails created automatically
Moved each Slide trough the Lifecycle (In my Case (Darft -> Staged -> Approved).
CLM Content -> Yes
Product -> Cholecap
Approved the whole presentation binder
Doing a Force full Refresh in CRM Saleforce CLM Admin Tab
Open CRM on Ipad and sync again -> sync ready
Click on Media on Ipad in Veeva CRM -> no presentation available
Can someone give me a hint?
I've alread spend days in reading the documentation... but nothing works.
In Salesforce CLM Admin you have to edit CRM Connection and set Connection type from "All" to "Binder and Slide".
First check is your Presentation available in the CRM using admin account.
If yes then this is could config issue for viewing in particular account if no then issue with vault level.

how to pull data from salesforce marketing cloud objects using API

I am trying to pull data from salesforce marketing cloud object using API calls.
data: all available instances for the passed object.
I did this for salesforce objects using bulk api call.
I am very new to sfmc.
Glad if someone can share the example link.
Not sure if this is what you want, there are several trailheads to get started with MC.
Log in to your MC account
Hover on Audience Builder
Click Contact Builder
Click on tab Data Sources
Click sub tab Synchronised
(if you have already connected your CRM to MC) A box with your connected user should appear. Click on it.
Here you can see all your sObjects that are connected and synced. If you dont have any or want to connect some or more then:
click Set up Object button on the top right
Now all the sObjects that are available will appear and you can sync them. This will make them available in the MC environment.
Some will be unavailable at the moment, this is because they require others to be synced first. Once you start syncing the most basic ones, others will become available.
Hope this is what you were looking for.

Can't Create Site in Salesforce(18) - Classic

I want to use live agent Service, that I configured already.
But I cant create new Custom chat page(because I cant see add sites functionality in my account)
(I already add domain and visualforce pages)
Please go to Setup and enter 'Sites' as a search query. Sites should show up. You might need to switch from Lightning Experience to classic SF, but I'm quite sure this isn't neccessary.

exchange web services with calendar appointments

I'm trying to use exchange web services impersonation to add appointments into calendars. I am using Exchange Web Service Manager API and it worked fine when I tested with one account. Since my application will have to do this operation with about 20 000 accounts I am wondering what is the most efficient way to do it? (if it's possible)
Thanks in advance.
Only option you have is to call CreateAppointment in loop. Each iteration has to have the appropriate user impersonation before creating the appointment using Appointment class
Check this URL for more details: http://msdn.microsoft.com/en-us/library/dd633661%28v=exchg.80%29.aspx

Resources