Wednesday, May 27, 2020

AZURE Service Principal using Azure CLI & Portal








AZURE Service Principal using Azure CLI & Portal


AZURE Service Principal using Azure CLI & Portal It helps to create SP to register user app to authenticate itself with specific role like contributor.



Wednesday, May 20, 2020

Resource provider registration using Azure Portal

Resource provider registration using Azure Portal


.
Each functionality in azure there is a resource provider like Microsoft.DataFactory. By default, your Azure Subscription is not registered with all resource providers and because your Subscription is not registered with Microsoft.DataFactory resource provider, you're getting this error

From the portal, select All services.
enter image description here
Select Subscriptions.
enter image description here
From the list of subscriptions, select the subscription you want to use for registering the resource provider. refer subscription.png 



 For your subscription, select Resource providers.Refer an image below for reference.
resource-provider.png

Look at the list of resource providers, and if necessary, select the Register link to register the resource provider of the type you're trying to deploy. As in my example I've installed Microsfot.DataFactory
Kindly refer an image Configure-resource-provider.png for reference




Hope it helps you o registered namespace Microsoft.Datafactory