<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Microsoft Azure Backend / API Integration in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417833#M51663</link>
    <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;elijah.martinez&lt;/SPAN&gt;,&lt;/P&gt;
  &lt;P&gt;I am looking for some help on uploading / download files on Microsoft Azure Blob storage using Shared Access Signature / REST API of Azure to do it in secure way in SAP UI5 application.&lt;/P&gt;
  &lt;P&gt;I don't want to use SAP Cloud Connector / SAP Cloud Platform.&lt;/P&gt;
  &lt;P&gt;If you have any idea about it please share your thoughts.&lt;/P&gt;
  &lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
  &lt;P&gt;Praveen&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 02:31:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-09-22T02:31:20Z</dc:date>
    <item>
      <title>Microsoft Azure Backend / API Integration</title>
      <link>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaq-p/417830</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
  &lt;P&gt;I am exploring about integration of Microsoft Azure with SAP using backend service or API management so that we can extract data from Azure and we can use that in our application in SAP Cloud.&lt;/P&gt;
  &lt;P&gt;Could you please give me more details?&lt;/P&gt;
  &lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
  &lt;P&gt;Praveen&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaq-p/417830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-18T08:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Azure Backend / API Integration</title>
      <link>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417831#M51661</link>
      <description>&lt;P&gt;Hi Praveen,&lt;/P&gt;
  &lt;P&gt;Can you provide some more details on what you are looking for? Depending on what you are trying to accomplish the solution will be different.&lt;/P&gt;
  &lt;P&gt;For example, if you have data that will live on Azure but is exposed via HTTP, that you simply want to call OnDemand into an SAP CP App you can use SAP API Management to call out to that data and bring it into the return stream to the app.&lt;/P&gt;
  &lt;P&gt;If you want to move data from Azure into SAP CP datastore to live there, or if the data is not easily accessible, you would be better off using SAP CP Integration and set up a flow to move data as needed. &lt;/P&gt;
  &lt;P&gt;Regards,&lt;BR /&gt;Elijah&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 18:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417831#M51661</guid>
      <dc:creator>Elijah_Martinez1</dc:creator>
      <dc:date>2017-07-20T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Azure Backend / API Integration</title>
      <link>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417832#M51662</link>
      <description>&lt;P&gt;Hi Praveen,&lt;/P&gt;
  &lt;P&gt;Well, if your only aim is to have a simple API call to Azure in UI5, and you do not need to worry about credentials or endpoint discovery you might want to follow this UI5 API Call guide:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://www.sap.com/developer/tutorials/sapui5-create-api-destination.html" target="test_blank"&gt;https://www.sap.com/developer/tutorials/sapui5-create-api-destination.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.sap.com/developer/tutorials/sapui5-insert-rest-api.html" target="test_blank"&gt;https://www.sap.com/developer/tutorials/sapui5-insert-rest-api.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;And simply have the API in this case be the Blob API endpoint in question. Your app will call the API to return the data you want in this manner.&lt;/P&gt;
  &lt;P&gt;Now this is good for a simple scenario, but if you want a more advanced usage (now or in future), e.g. if you have concerns about having your app directly exposing the API endpoint and/or handling credentialing, you can do the same as above, but with API Management in the middle. That is to say, your SAP UI5 App would call API Management endpoint, to mask the underlying call. There are a number of ways to do this, you could even simply create an API Proxy in SAP API Management on the Blob API, and have the app call this API separately, but what I believe you are trying to do is a simple all-in-one call, where when your app makes a request to an endpoint, it is also enhances the response with data from Azure Blob. For this I would recommend Service Callout policy&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/66d066d903c2473f81ec33acfe2ccdb4/Cloud/en-US/6b4087345716471ebc83369f5fddd9c8.html" target="test_blank"&gt;https://help.sap.com/viewer/66d066d903c2473f81ec33acfe2ccdb4/Cloud/en-US/6b4087345716471ebc83369f5fddd9c8.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;At the end you achieve something like this&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/55523-apim-app-creatoin.png" /&gt;&lt;/P&gt;
  &lt;P&gt;A single SAP Cloud Platform endpoint for your App, with multiple underlying pieces unseen. Or some variation like this. Hope this helps.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;BR /&gt;Elijah&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 11:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417832#M51662</guid>
      <dc:creator>Elijah_Martinez1</dc:creator>
      <dc:date>2017-07-21T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Azure Backend / API Integration</title>
      <link>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417833#M51663</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;elijah.martinez&lt;/SPAN&gt;,&lt;/P&gt;
  &lt;P&gt;I am looking for some help on uploading / download files on Microsoft Azure Blob storage using Shared Access Signature / REST API of Azure to do it in secure way in SAP UI5 application.&lt;/P&gt;
  &lt;P&gt;I don't want to use SAP Cloud Connector / SAP Cloud Platform.&lt;/P&gt;
  &lt;P&gt;If you have any idea about it please share your thoughts.&lt;/P&gt;
  &lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
  &lt;P&gt;Praveen&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 02:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/microsoft-azure-backend-api-integration/qaa-p/417833#M51663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-22T02:31:20Z</dc:date>
    </item>
  </channel>
</rss>

