skip to Main Content

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…

VIEW QUESTION

disable kubelogin for azure kubernetes services

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…

VIEW QUESTION

Update existing azure subnet in Terraform

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 =…

VIEW QUESTION
Back To Top
Search