-
I'm trying to create an Azure Function in F# that has an HTTP trigger and that retrieves data from Cosmos DB. The documentation only provides examples in C# for the CosmosDB binding and translating ......
-
How to load data from two separate collections of azure cosmos db to a single azure search index? I need a solution to join the data from two collections in a way similar to inner joining concept of ......
-
I have created a search service on azure. Now there is some data change on the db and some values are removed. When i reset and run the indexer after completion the search explorer is still showing ......
-
Is there a public api for getting pricing lists of Rackspace and Microsoft Azure in JSON format?Have been searching for that but could not find any information.Thank you in advance....
-
I am running indexer to seed data to azure search index and the data source for the indexer is a sql view. Azure uses Comma delimiter to split and put data into collection type field. Is there any ......
-
As said in the title I am trying to index XML files from blob storage using an Indexer however the indexed files still contain the XML markup instead of being parsed and stripped of tags.The ......
-
I am using Azure's SearchServiceClient to create indexer from my API. My data source for this indexer is a sql view which returns 2 million records and it is a long running query. On the call Indexers.......
-
I have a network where users are constantly changing their system time in order to do their work.The problem is that whenever I try to execute commands on these machines remotely I cannot ......
-
I have an instance of Thinktecture's Identity Server v3 in Azure hosted as WebApp. In general, it works as expected but I have some issues trying to use refresh token through the token identity/......
-
Unit tests run fine locally.When run on the Visual Studio 2017 hosted build agent, the VSTest task fails with:2018-12-08T10:42:16.3779907Z An exception occurred while invoking executor 'executor://......
-
Currently I am trying to read the ObjectId of an Active Directory Group from a GitHub Action where I am logged in with a Service Principal.The Service Principal is a Contributor with the following ......
-
I have a SQL server installed in Azure VM. VM is having managed identity. I want to connect to SQL server using that managed identity. How can I achieve this...
-
Currently started using global templates in the majority of my pipelines and there is an issue occurring where an empty artifact is getting published in addition to the original artifact.This is ......
-
I'm doing a project where I want a intermediate pipeline to consume an artifact from another pipeline to later forward it to another pipeline, which then starts running. I have not managed to find a ......
-
We no longer would like to use upstream sources in our artifacts feed, but for some reason the packages still exist even after removing the upstream connection. Is there a way to remove these ......