Error connecting to on prem JSCAPE MFT server
Dear techies , I have Azure free account and I am trying to do POC using ADF SFTP connector, where I am trying to transfer the file from storage account to on prem Jscape MFT server(Free version) . When I am using Integration Runtime which I…
Azure Data Factory
Blob operation Failed (Error Code 2011) with RBAC on Gen2
Copy operation failed (see the screen capture below) when RBAC was used on Gen2 storage account(general purpose V2). We followed Managed identities for Azure resource authentication steps to setup RBAC Data Factory managed Identity was granted…
Azure Data Lake Storage
Azure Storage
Azure Role-based access control
Azure Data Factory
Azure Analysis Services: Not able to connect to data source(SQL server) with Active directory(In Model.bim)
In credential section of Model.bim we define the way we are going to authenticate the data source(here SQL server) , right now i'm using DB user, DB password with AuthenticationKind="UsernamePassword" and it is working fine and able to refresh…
Azure SQL Database
Azure Analysis Services
SQL Server Analysis Services
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | Transact-SQL
AZURE WEB APP WITH LINUX CONTAINER APACHE LOGS
Hi, I am using azure web app with container. I am using apache-php7.1 docker image to run my application. I don't know how can i persist apache logs permanently. Can you please help me?
Azure App Service

How do I enter Get Parameters for a Rest API
My REST API supports adding parameters such as Pagesize, Updated Dates and other filterable columns. How do I build these into the Data Factory copy activity?
Azure Data Factory
how to enable or reactivate the disabled subscriptions after changing the credit card?
how to enable or reactivate the disabled subscriptions after changing the credit card?
Azure Cost Management

Programatically adding resources to ARM template
I am trying to do the following: Create a Dashboard using ARM template and have metrics (eg. Network In, Network Out) for a Virtual machine (eg. VM1). The dashboard created is "Testdashboard" Now using the same template, I want to supply…
Azure Monitor
how can we take system state backup for VM's hosted in Azure?
how can we take system state backup for VM's hosted in Azure?
Azure Backup

Logic App Can not Change mail id
Logic App while try to change my mail id to common mail id it is keep on using my own mail id. It is not switching to new mail id .appreciate your help
Azure Logic Apps
TypeError: create_images_from_files() missing 1 required positional argument: 'batch'
Hello there, I am trying to upload images to custom vision portal using python. but when i am running the below code it is always throwing TypeError: create_images_from_files() missing 1 required positional argument: 'batch' My code : print…
Azure AI Custom Vision
Azure AI services

issue converting parquet format to csv in ADF
Having the issue converting parquet data type to csv in ADF. I have a pipeline to copy from one blob to another replacing the format of the file from parquet to csv. Here is a sample of the data: header1 header2 header3 header4 header5 1107672220…
Azure Data Factory

Connecting to IoT Edge using the C SDK on macOS
I am running macOS Catalina 10.15.7 and I am trying to use the downstream sample in the IoT SDK, but I keep getting a SSLHandshake failed error. I used this guide to setup my environment, but I'm not having any luck. I also spun up an Ubuntu VM, and…
Azure IoT Edge
Azure IoT SDK

QnA Bot + Teams + Python
Hi All, I have created a QnA Bot using QnA Maker and integrated it with Teams using Python. Now I want to implement the following scenario to the Bot- In case of unable to respond to any query Bot should prompt: Ask the agent and after selecting…
Azure AI Bot Service
Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
Is there any alternative to firestore?
Hello, I am developing uwp apps, I am using local SQLite DB to store user records. Now, I want to store it in a cloud DB. So far I have read about google firestore DB, which provides offline support as mentioned in their documentation, "Cloud…
Azure SQL Database
Azure Cosmos DB
Best practice for using CosmosDB changefeed in WPF
Hello Today we use a Azure SQL database to store our orders and other data. The Client is a WPF app, to check for changes the app is as it is now pulling the database for changes every minute. I have been looking into changing our database to…
Azure Functions
Developer technologies | Windows Presentation Foundation
Azure SignalR Service
Azure Cosmos DB
unclear why you are allowed to chose a P50 performance tier for a P40 disk when the published specs for a P40 are identical to a P50
It is unclear why you are allowed to chose a P50 performance tier for a P40 disk when the published specs for a P40 are identical to a P50 per the following article: https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types#disk-size-1 …
Azure Disk Storage


Not able to create resource in Azure
So hey! I'm on the exersize Exercise - Create a website hosted in Azure which is the first exersize... but I'm unable to actaully build anything in the sandbox with it throwing out the following oops message when I click on the create button on the…
Azure App Service
"UnsupportedApiVersion" error when requesting a token in linux function app but working OK on windows
Hi, I've been going through https://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=powershell trying to generate an access token for a function app, it seems to be working OK when working with a powershell app,…
Azure Functions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to recognize emotions/facial expressions in video files.
I want to get the value (emotion level) of the faces in the video for each frame (by timestamps). Is it possible? How do i do it?
Azure AI services

Quotes and special character issue in set and append variable in ADF
Hi , I'm trying to prepare a variable value using set and append variable that needs to be passed to the request body of the copy activity to fetch the data from API. I need to do lookup of 100 values from DB at a time and form a array of values but…