Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Curl 7.84 <= 8.2.1 Header DoS (CVE-2023-38039)
Tenable scanners are now detecting "Curl 7.84 <= 8.2.1 Header DoS (CVE-2023-38039)" on some of our Windows Server 2022 servers. (https://www.tenable.com/plugins/nessus/181409). The stated solution is "Upgrade Curl to version 8.3.0…
How to work with Sparklyr and a lake database in azure synapse?
I would like to work with a lake database with sparklyr from azure synapse. If I run a SparkR notebook I can get the desired results in the following way: schade2 <- tableToDF("silver.schade") head(schade2) However if I try the same using…

GIT MODE AND LIVE MODE ARE NOT SYNCHRONIZING IN AZURE DATA FACTORY .
after the pipeline deployment , in azure data factory the changes are reflecting in git mode but not in live mode (data factory mode ) , I am trying to synchronize both please help me out here with your valuable suggestions and inputs. note: while I am…

error code 2010 in Exercise - Ingest data with a pipeline
Hi, I am going through the exercise from Microsoft Learn and have a failed activity in one of the exercise. Please see below the screenshot. Can anyone help to solve or let me know the reason? Thanks in advance!

I completed AZ-100 whether am i eligible for AZ-305
Hi Team, I completed AZ-100 few years back if i write AZ-305 whether i will be eligible for azure architect

Is PowerBI able to resolve dynamic query and table join?We are struggling to resolve this error.
We are using CosmosDB with Synapse link and also using PowerBI to generate the report.It is possible to use dynamuc query table & table join in PowerBI.We are struggling to resolve.

Microsoft 365 - Outlook Application -Cannot add text in accepted Calendar event
Hi all, I used to be able to add text notes, which only I could see, inside calendar events which I accepted in Outlook. However, since the latest Microsoft 365 update, Version 2307 (Build 16626.20170), all of a sudden, the body area of an accept…
How to set up Windows Security Event Log Forwarding
In a network with multiple Windows Server 2012 servers, I need to configure event forwarding to a dedicated server. To implement this, I configure Windows Event Log Forwarding. Collector initiated. I have made the settings according to the manuals. For…


Cannot connect to Azure Analysis Services - The stream does not have an active operation
Suddenly my connection to Azure AS stopped working in SSMS. I get weird error that I cannot find any info about on Google: =================================== Error connecting to…

"GetPathStatus" - about 2.5 Billion requests a month "ListFileSystemDir" - about 0.8 Billion requests a month
We are running a datalake using ADSL v2. Its just a BLOB store, and we run our Hive on top of it. However despite having just around 50K queries a month... we're getting 2.5 Billion "GetPathStatus" 0.8 Billion…

NullPointerException on the save method when id is specified with optimistic concurrency
Description My team is attempting to set the id field on a document and are running into a NullPointerException from the ReactiveCosmosTemplate when saving the document off to the DB. We're utilizing optimistic concurrency with the use of @Version on an…
SSL/TLS CONNECTION ISSUE
Hi Team, when i run the pipeline i got error like below. Failure happened on 'Source' side. ErrorCode=UserErrorFailedToConnectOdbcSource,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][DriverSupport]…

Get-MailboxFolderPermission cmdlet does not work - Exchange Online
I run the command Get-MailboxFolderPermission on ExchangeOnlineManagement and I receive this message: Write-ErrorMessage : Ex43C0AC|Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException | The operation couldn't be Get-MailboxFolder…

How can I insert pdf file from SQL server into Azure Blob Storage. I'm using Azure Sql Server
I want to insert a pdf file into the bob container using a binary string from sql server on Azure. I can only use SQL code. I can easily get the pdf from the blob container using SQL code. But when I try to insert the pdf into the blob container I get…

Como enviar a saída do Stream Analytics para o Power BI
Ola pessoal, Estou tentando enviar dados do Stream Analytics para o Power BI. Gostaria de saber se o usuário que estou usando no Azure tem que ser o mesmo que tem a conta no Power BI. Abs

SQL : Send email via DB mail based on the row count mismatch.
Hi All - I have written a stored procedure and it sends out an email to users in the below format. Its basically the row count between three systems ( Oracle, STAGE, SDS). Currently, the email is sent every hour, but the user wants to get an email only…
Something went wrong error - azure open ai
I am trying to upload pdf in azure open ai portal, I understand it’s a preview feature but I keep getting something went wrong error for uploading a document less than 500kb. My resource group is US East. Tried multiple times but didn’t work.
SQL Server 2022 ADODB connection in classic asp
I can't establish ADODB connection to SQL Server 2022 from classic asp page. Same connection with SQL Server 2014 works fine. How can I determine what is the problem? Here is the code: <%@ language=VBScript…

Getting below error when appending data in a parquet file stored in azure data lake gen2
from pyspark.sql import SparkSession from pyspark.sql.functions import when, lit import mysql.connector from azure.storage.filedatalake import DataLakeServiceClient import os spark = SparkSession.builder \ .appName("MySQL Incremental…
Not able to fetch token for tenant ID - Azure Analysis Service release pipeline deployment
Greetings! I'm working on a Azure Analysis Service project. We have multiple models in there and we are maintaining our codes in Azure Devops Repos. As of now, we are deploying our model to the server (both dev and production environment) manually…