I Can find the menu to enable API Management REST API checkbox
I can't find the menu to enable API Management REST API (https://learn.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/api-management-rest#EnableRESTAPI). I have this menu: Instead of this one: What did I miss? Kind…
Azure API Management

Azure ML real-time inference endpoint deloyment stuck on transitioning status
I can't use ml real-time inference endpoint becouse it's stuck on transitioning status (more than 20 hours). Could you help me with that?
Azure Machine Learning
New SSL Uploaded to Azure/Cloud Service and now, can't publish my VS project
I updated our SSL certificate and loaded up on our Cloud Service Azure portal. I received our files from iPage, put the main CRT, immediate CRT and Private Key into a PFX file (via OpenSSL) and uploaded that. The https://reserves.guru works…
Azure Cloud Services
Custom script extension fails when getting script from Storage account
Hi, i'm trying to run following command from Azure runbook, cloud shell and laptop but it keeps failing with this kinda error: Powershell code: Set-AzVMCustomScriptExtension -ResourceGroupName "rg-name" ` …
Azure Virtual Machines
Does data factory Copy Activity check if file at source has finished writing ?
Hello, I am using a Copy Activity to copy recent files (past 15 minutes by checking LastModifiedDate in the copy activity) from SFTP to ADLS Gen 2. At the moment, to make sure that the files the activity copies are complete in the source and not…
Azure Data Factory
Neeed guidance for future plan about my studied
Hello sir, I am jayaprakash & I have just completed my MCA .I have done some internships on java as I'm from odisha ,here the oppertunities are quite less. Due to CORONA ,I even can't move to any better place. I want to built my carrier in AI &…
Azure Information Protection
AKS aad rbac enabled user impersonation
Hi, This question is partially related to k8s and azure authentication. The answer might very well be "no" but at least then I'd know to look for a work around. Is the impersonation api exposed on rbac enabled aks services? I'm writing…
Azure Role-based access control
Azure Kubernetes Service
Microsoft Security | Microsoft Entra | Microsoft Entra ID
premium disk billing per month or per hour ??
Hi could you tell me if premium disk are billed per hour or per month, like for example if I use(P10) a disk for a week and then delete it, will I still be billed for the whole month...
Azure Cost Management
Azure Disk Storage
Data Factory V2 Storage Account not Refreshing - Because it thinks its blob Storage
I have created a Storage Account set to be Azure Data Lake V2 by setting the hierarchical namepace. And I used Azure Storage Explorer to add some files into the blob Container (Which is an Azure datalake gen2) I'm now creating a Data Lake V2 Linked…
Azure Data Lake Storage
Azure Data Factory


time query in PowerBIP
Hello We have an SQL Server 2016 database with historical tables We would like to display this data in PowerBi Like this in SQL Server "select * from XXXXXXXXXX for system_time all" thank you for your reply. Olivier Diago …
Azure Synapse Analytics
Azure Face Detection does not retrieve all images in a large iteration
Hi everyone, I am using Azure Face detection service and the issue I am encountering is related to iteration larger than 1000. Because I have a large number of images to retrieve information, I need to iterate them. However, whenever I iterate a large…
Azure Face

Azure migrate Appliance Manager
Hello All I would need some help with finalizing my Hyper-V evaluation project on SCVMM. I am experiencing a blockage in step 2: Register with Azure Migrate I manage to log in my Azure account but it seems to tell me that the key for my…
Azure Migrate

Different results with same input in request/response if input by one row or several rows in Azure Machine Learning Studio
Hi all, I created a classifier by trained SVM and PCA as well as normalization transformation. And use Request/Response Excel to test. And if I only input for one row, all the PCA would be "0" but if I put more than one…
Azure Machine Learning
Access at the container level (azure) versus blob level.
Access at the container level (azure) versus blob level. If we want to set access at the blob level will the container level access need to reset? Which permissions has priority,... blob level or container level? For example if we set the…
Azure Storage
Azure Blob Storage

Deploymentstatus Failed - How to reset
We have an active dtl running, and during deployment an gateway timeout occured, what corrupted the dtl. So the provisioning state is: Failed. How to reset this state without losing the vm's inside the dtl?
Azure DevTest Labs
About extender cable
Hello, i'm having a problem. kinnect is working fine if we use normal original cable for the PC, but when ever we put extender cable between the kinect and PC the kinnect won't work. Also tried to use long cable from the Oculus link but didn't work as…
Azure Kinect DK
Possible to remove/replace Azure Kinect DK depth camera lens?
Hello, is it possible to remove the lens that comes with the Azure Kinect DK depth camera? How about to replace it with another one? Thanks!
Azure Kinect DK
SignalR integration
set up a new account on Azure for our business our new staff, recent graduate said Azure was the best. staff then started working on our App using Azure. he can do all that on his student account but not on our Azure account can anyone tell why…
Azure SignalR Service

ASG applied to resources when it shouldn't be?
Hi - I am trying to ensure my understanding on how ASGs work from documentation is correct. I have a simple use case: Block all traffic on my VNets and only allow what is explicitly defined in NSGs. To keep things simple as we're building out,…
Azure App Service

Azure Data factory - Reading nvarchar column from excel source xlsx in azure data factory but numeric data is not being read properly!!
Column col1 has both numeric and character data so reading it as string in excel source(xlsx). Excel data ex. col1 (General Format) DFSDF 23 12345678 Expecting to read the data as it is in azure data factory ,but its altering the numeric data and…