log4.net logs into Azure just like Splunk
My asp.net application is generating logs into D:\Logs folder using log4.net. These logs are then pulled into Splunk and we can see /query all logs in splunk. Now we are planning to move this into Azure web app. Where do my logs write ? Into some storage…
Azure Monitor
Form Recognizer to support n number of invoice types
Form Recognizer. We cannot limit the invoice sample types to any number . We have many clients with n number of invoice types. If we analyze with prebuilt invoice, the fott tool provides good result but not the full set of information we need and…
Azure AI Document Intelligence
Clarifications regarding VM costs on azure
Hi all, Recently I've been assigned to be technical leader of a team that uses for development purposes azure VMS. The team has Enterprise Agreement and for the time being they are using 5VMs. Since I'm quite new to the azure ecosystem and overwhelmed…
Azure Virtual Machines
Azure Cost Management

Remove-AzWebAppBackup : Operation returned an invalid status code 'Conflict'
The backup record is as the following: ResourceGroupName : yyyyyy Name : xxxxxx Slot : StorageAccountUrl : https://tttttt.blob.core.windows.net/xxxxxx_2021_11_18?se=2021-11-25&sp=rwdl&sv=2018-11-09&sr=c&sko …
Azure App Service

Azure SQL database password
I forgot my sql database password. And I cannot find the password reset icon in the overview. I need it to connect to Azure data studio. Many thanks PS: Is me being on the free trial version a potential reason?
Azure SQL Database

What happens to document post analyze?
I am using the API method to analyze a document using my custom models. Once the analyze is completed, i understand that results URL is available for a period of 48 hours. But what about the document that is being sent? Will it also be stored for 48…
Azure AI Document Intelligence
Use json column in Database for postgreSQL as sink
When trying to use a derived json field to fill a json column in Azure Database for postgreSQL I'm getting the error below at validation, is there a way to feed a json column using Data factory activities or do I need to create a service or FaaS to do…
Azure Data Factory
Azure Database for PostgreSQL
How to disable GIT from Azure Data Factory?
I am using Azure Data Factory for the first time and am unable to publish my pipeline "You have GIT enabled in your data factory. Publishing in 'Data Factory' mode is disabled. Please switch back to GIT mode to make further changes. Read about our…
Azure Data Factory
azure cosmos db restoration if backup chosen is periodic backup
My company created an azure cosmos database account and after the beta release of our application, one day accidentally the database account got deleted. While creating that account developer chose periodic backup with getting backup in every 2 hours.…
Azure Backup
Azure Cosmos DB
Azure Data Explorer / Data Connection from IOT hub in different tenant
We're migrating between Azure tenants and have come across some infrastructure connectivity niggles I'd like help with. In the old tenant we have an IOT hub which our external devices report telemetry through. In the new Azure tenant we have a…
Azure IoT Hub
Azure Event Hubs
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Connect to Cosmos DB via VPN Gateway Connection
We are looking to secure our Cosmos DB accounts by restricting access to selected subnets in our virtual network as described in the documentation. In testing, it works as described. I must connect to the VPN Gateway to gain access to the Virtual…
Azure VPN Gateway
Azure Virtual Network
Azure Cosmos DB
what is the best way to unrevoke a document
hi guys I am new to Azure Information Protection. so it occurred to me that what is the best way to unrevoke the document. let's say that the admin revoked the document by accident. so what is the best way to unrevoke the document ? apply the…
Azure Information Protection

Azure DMS source server connection issue
Hi , We are planning to migrate SQL Server On-Premise to Azure SQL DB MI instance. We are going to use DMS for this for this migration. Im getting error when I try to connect source server using DMS. Can someone pls help on this issue? Please note…
Azure Database Migration service
Azure Cloud Services
SQL Server Migration Assistant
Different Azure subscription offer types
Hi I have some issues figuring exactly which type of billing is behind a specific subscription. We have 8 subscriptions, all 8 was created using the EA portal, however one of them are named dev/test, which leads me to believe that it was created as a…
Azure Cost Management
device has an empty configuration for the edge agent / Module edgeHub not found in the current environment
Hi everyone, I just installed the latest Azure IoT Edge on my UP squared running Debian 11 (Bullseye) following the official manual…
Azure IoT Edge
Azure IoT Hub

The requested resource is not available in the location 'westeurope' at this moment
I can create container with public IP in WestEurope without any problem az container create -g my-rg --name testcontainer --image nginx:latest --cpu 1 --memory 1 --ports 80 443 --os-type=Linux --protocol=TCP But once I add a network profile I get an…
Azure Container Instances

Want to check if my VM is down
I have a Ubuntu 18.04 VM running non-stop, and I want to know instantly if it is unexpectedly down. SNMP comes first on my mind, but I am not sure if it can be set up via the Azure portal. Are there any alternative (better) solutions? I am not…
Azure Monitor
Azure RTOS Threadx Modules - MPU support
I am using Threadx Module to create a memory partition for safety-critical functions. I also will use the Cortex-M7 MPU to protect this memory partition. The application software in this partition will access hardware drivers in the Board Support…
Azure RTOS
To use log streaming, please make sure you are able to access your app directly from your current network.
While running the function app I am getting the following error. Unable to open a connection to your app. This may be due to any network security groups or IP restriction rules that you have placed on your app. To use log streaming, please make…
Azure Functions

How to run python 2.7 scripts on a computer cluster
I am aware that azureml will drop support for python 2.7, but I have got some old codes and have to finish training the models. Since I will not use the codes afterwards anyway, so I do not want to spend much time to port to python 3. As I tried to run…