I need to create contacts programmatically so that it would appear in the Global Address List of Exchange Online user. It is my understanding that those contact
I have recently started using Azure Cosmos DB in our project. For the reporting purpose, we need to get all the Partition Keys in the collection. I could not fi
I am using Data Factory V2 and have a dataset created that is located in a third-party SFTP. The SFTP uses a SSH key and password. I was successful with creatin
I'm trying to build a Docker container and push it to Azure Container Registry. For that, I created this azure-pipeline.yml # Docker # Build and push an image t
I found these two docs in Spring Azure Documentation https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder
How can I check if a parameter is null in @azure/cosmos sdk when querying the database? I've tried the IS_NULL or IS_EMPTY, either breaks the query: await conta
We have started to spin off products off the one big monolith into Azure. A product could also be called a micro service. A question that we have - should we
Context I am trying to create my first virtual machine in azure. I have a pay as you go subscription, I have created a resource group Steps to create issu
Trying to connect to an Azure PostgreSQL server from my local Strapi project (eventually deployed in a docker container). I have the connection configured accor
How to do exception handling for file reading. For example, I have a daily job that will run at 8:00 am. It reads files from Azure data lake storage(Gen 2). The
Is there a file "view" available in Azure? When I log in to Azure to look at a website I've deployed there is no obvious see exactly what files Azure is hosting
Azure Functions has dynamic tracing functionality for Java with App Insights. Where it collects metrics against several libraries. Full list here. As per this,
The Container Setting on the App Service it self look solid: But the log pane shows errors: 2020-02-11 06:31:40.621 ERROR - Image pull failed: Verify docker i
I'm on the last stage of my journey to try and lock down public access to app. After a bunch of research I decided on using "Private Endpoints" so that only wh
After generating ~90 different 100 mb gzip'd CSV files, I want to merge them all into a single file. Using the built-in merge option for a data copy process, it
I am looking to find out if the following is possible. Create a VM in Azure (Windows 10), install Virtual Box and start a VM in Virtualbox C
I implemented the dynamic data masking in my current project, for that I created the Azure SQL database and table. After that I went to dynamic data masking opt
I am getting this error :{"error":{"code":"AuthenticationFailed","message":"Authentication failed. The 'Authorization' header is missing."}} whenever I am tryin
I am fairly new to Python and Azure web apps. Any help is appreciated. My setup: Program: Visual Studio code Language: Python-Flask Cloud provider: Microsoft
I have a file with a timestamp with time format as 2017-01-20 16:53:05.212 (yyyy-MM-dd HH:mm:ss.SSS). I have uploaded this file to Azure data lake gen 2 and acc