skip to Main Content

SPA API MS Azure SSO

I have an angular frontend and a laravel api backend on different domains using username/password login with jwt token. I have integrated Microsoft Azure AD login with oauth using the following: I have registered the app in Azure, specified my…

VIEW QUESTION

Azure – cannot import name 'Dataset' from 'mlflow.entities'

I created pipeline with components in Azure ML Studio (SDK2). When i run - i have a problem with package File "com_row_to_col.py", line 6, in <module> import mlflow File "/azureml-envs/azureml_8fb4117f349a5533cb16993c2e87af3c/lib/python3.8/site-packages/mlflow/__init__.py", line 32, in <module> import mlflow.tracking._model_registry.fluent File "/azureml-envs/azureml_8fb4117f349a5533cb16993c2e87af3c/lib/python3.8/site-packages/mlflow/tracking/__init__.py", line 8,…

VIEW QUESTION

Error while provisioning Azure resources with Terraform using Azure Services

My code to create a Terraform configuration. Code: resource "azurerm_resource_group" "example" { name = "example-resource-group" location = "West US" } resource "azurerm_virtual_network" "example" { name = "example-vnet" address_space = ["10.0.0.0/16"] location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name } resource "azurerm_subnet" "example"…

VIEW QUESTION
Back To Top
Search