Category "azure"

How to create contact in Azure AD

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

Get all the Partition Keys in Azure Cosmos DB collection

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

How to use Wildcard Filenames in Azure Data Factory SFTP?

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

Tag a Docker container as latest in Azure DevOps

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 am trying to connect my spring boot application with Azure service bus. Should I be using JMS or azure spring cloud stream binder?

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

Check if parameter is null in CosmosDB query

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

Should we use one Azure Container Registry (ACR) for all the products in development or one ACR per product?

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

How do I create a virtual machine on azure when there are no sizes available for my subscription/location

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

Strapi v4 PostgreSQL connection from local project to azure db

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

Synapse spark job fails as input folder does not exist

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

Azure: Is there a way to view deployed files in Azure?

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

Java - Azure Application Insights Dynamic Tracing not working with docker images

Azure Functions has dynamic tracing functionality for Java with App Insights. Where it collects metrics against several libraries. Full list here. As per this,

Docker fails to pull the image from within Azure App Service

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

App Service Private Endpoint with Custom Domains gives Error 403 - Forbidden

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

Data Factory/Synapse: How to merge many files?

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

Can I run a Virtualbox inside a Azure VM [closed]

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

Social security number format missing under masking field format

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

The Authorization header is missing

I am getting this error :{"error":{"code":"AuthenticationFailed","message":"Authentication failed. The 'Authorization' header is missing."}} whenever I am tryin

Can't open lib 'ODBC Driver 17 for SQL Server' : file not found

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

Why time format is changing in Azure Databricks

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