AzureML remote data path
I have a MLTable data asset in Azure ML studio that I am trying to access in python and I can't figure out the structure of the path. My datastore name is fooddb and my MLTable name is food. The…
I have a MLTable data asset in Azure ML studio that I am trying to access in python and I can't figure out the structure of the path. My datastore name is fooddb and my MLTable name is food. The…
I am using RS256 algorithm to generate Azure AD token. When I decode the token in https://jwt.io/ The issued at is 5 minutes behind the time of request. Requested time: 9:00:00 PM IST. Issued at: 8:55:00 PM IST. Little strange…
By following this document https://github.com/Azure/kubelogin/blob/master/README.md#user-principal-login-flow-non-interactive, i had enabled kubelogin auth to azure kubernetes services. It didnt work as expected and now i want to disable kubelogin auth. But even for the new AKS clusters that I create with the option…
I created a service bus and 2 azure functions. One azure function is a timer trigger. It triggers every minute and pushes data into the service bus. Then the other azure function triggers and starts processing that data. This setup…
I'm trying to develop a web app on an Azure VM that uses Azure Key Vault. Later this app will also be deployed to Azure. As far as I know, the most straight forward way to make the app work,…
I have been looking into performance, specifically calls to an ASP.NET Core 3.1 Web API project that is running on Azure. Note: yes, we should be moving to a later version of .NET Core, and that's in the pipeline, but…
i wanted to update my exsiting subnet in Terraform, firstly i did this command terraform import 'azurerm_subnet.example' /subscriptions/id-id-id-id/resourceGroups/tfeastus/providers/Microsoft.Network/virtualNetworks/myVnetTF/subnets/SUBNET-0 the import was successfull, so i made my terraform template terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version =…
I have a pipeline (PL_Main) containing a set of Execute pipeline activities in sequence, as the below image depicts: Now, I was trying to create an activity (executed after PL_Main completion) that allowed me to understand if any of the…
I have a two Terraform modules, one creates a log analytics workspace, and the other creates a virtual network. I am trying to configure the virtual network module to send the virtual network diagnostics to the log analytics workspace created…
I am using Azure Functions and I have a third party API I want to call. I have the URL to it but it is a POST method so I know to use a "post" for method type and also…