az datafactory create
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az datafactory create newer ending - - CLI version 2.26.0
**Describe the bug**
Using az datafactory create in Azure Cloud Shell work file, but from local it never ending
**To Reproduce**
_From Azure Cloud Shell I use:_
az group create --name $RG --location westeurope
az datafactory create --location westeurope --name $datafactory1 --resource-group $RG
It work fine
From local I use:
$AzCred = Get-Credential -UserName "....." -Message "Azure Login"
az login -u $AzCred.UserName -p $AzCred.GetNetworkCredential().Password --tenant ....
az account set --subscription "....."
az group create --name $RG --location westeurope
az datafactory create --location westeurope --name $datafactory1 --resource-group $RG
_Thew command az datafactory create never ending_
**Expected behavior**
In local, after az login, it must work as it do in cloud shell
**Environment summary**
az version
{
"azure-cli": "2.26.0",
"azure-cli-core": "2.26.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {}
}
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.