PyMongo on Azure Cosmos and MongoDB
I created an Azure Cosmos (RU) Serverless database (sharded) with a MongoDB engine and would like to use Python and pymongo to run queries on it. I am not managing to connect to it in any way. I have tested…
I created an Azure Cosmos (RU) Serverless database (sharded) with a MongoDB engine and would like to use Python and pymongo to run queries on it. I am not managing to connect to it in any way. I have tested…
I am following these https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html instructions to train a model in Azure Machine learning studio. I followed the instructions exactly however I get the following error File https://aka.ms/bike-rentals/MLTable is empty. Please make sure it's a valid MLTable which must match…
I got a function app which can have a very long running operation. I am triggering it with an Azure yaml pipeline like this: - task: AzureFunction@1 displayName: Run Dummy function inputs: function: '$(FunctionURL)/api/DummyFunction' key: '$(FunctionKey)' method: 'POST' body: $(AzureFunctionBody)…
I'm running Jenkins in Container Instance in Azure. However when I'm Jenkins starts building, I'm getting the error below. I have read a lot of info and people are suggesting to add this in the project file: <InvariantGlobalization>true</InvariantGlobalization> I have…
Is it possible to auto Disable an azure self hosted agent if it fails a job? I am doing appium based android UI testing through azure self hosted agents. Occasionally one of the PCs will lose UsB debugging authorization to…
Suddenly I can not create new dataset schema for power bi report in Azure. While trying to create new dataset schema via rest API it is showing me error. The error is : "{"error":{"code":"FeatureDeprecatedError","pbi.error":{"code":"FeatureDeprecatedError","details":[{"code":"LearnMoreLink","detail":{"type":0,"value":"https://learn.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming#types-of-real-time-semantic-models"}},{"code":"FeatureDeprecatedMessage","detail":{"type":0,"value":"Creation of streaming dataset is deprecated. We…
I have created an ASP.NET Core Web API and registered it in EntraID and configured it in my program.cs as follows: builder.Services .AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApi(builder.Configuration.GetSection("AzureAd")); builder.Services.AddAuthorization(); Then I have registered another app in the EntraId and configured the code in the…
I have a build pipeline that needs to create a URL with a Shared Access Signature (see: SAS or authentication key) for access to a ZIP file downstream in the pipeline. I am able to create the URL and SAS…
I have an issue with my deployment/release process using Azure DevOps. I have a Spring Boot API and I use Azure Pipelines to build the project and deploy it to my Artifact Feed. Using the SNAPSHOT version (I'm using Maven),…
im using a Java project and i manage to create a new subscription for my topic. i have created my subscription with corelationID filter and added to the filter a cusom properties. now i want to write/receive a message for…