Hi @lukasz.ossowski, as Christiaan pointed out, DSS is not hosted on Azure, which is a cloud platform from Microsoft.
Let us know which one is of interest, and we can provide more help on that.
@lukasz.ossowski,
I'm not sure I understand. Could you please clarify what you are trying to achieve in more detail ?
DSS has a REST API, and as such is platform agnostic. It is not hosted on Azure, so there is no advantage (or disadvantage) of querying it from Azure.
Hi Christiaan,
one of my clients asked, if Azure can be used for DSS REST API setup, in the same way as C#, Python, Postman etc.
DSS is not integrated with Azure, there is no API Gateway. So, in a nutshell, as far as I understand it, the answer to your query is no.
That said, I have the feeling slightly different things are being mixed up here:
Caveat: I am not an expert in Azure.
Thanks again. Indeed, I mixed it up a bit, as what I meant is that you can use e.g. C# for DSS data extraction , just as in the examples provided on this portal. I was also under the impression that Azure will not work with DSS, at least not for now.
@lukasz.ossowskiAzure just provide cloud platform to host your service or application and you can run your own application which created by any programming language which provides a library to manage HTTP request and response connecting to DSS server to retrieve data. You can also deploy your application(such as C# standalone or web application) on one of the Azure virtual machines and you can also run an application like the DSS example on one of the windows virtual machines as well. As Gurpreet said, there is a choice for a python user to use a free Azure Notebook with DSS or any other REST API provided by Refinitiv as well.Azure REST API provides a set of REST API endpoint for manage, create, retrieve, update, or delete access to the service's resources on Azure platform. And it does not relate with DSS. As long as there is no problem between the Azure network and the DSS server. Your application should be able to connect to the server to retrieve the data.