cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Azure Connector Error

Hi,

I'm trying to setup Azure connector but was stuck with the following error even after installing all the pre-requisites mentioned in 
https://docs.flexera.com/fnms/EN/InvAdapConn/index.html?_gl=1*1auvni8*_gcl_au*MTI2Mzk4Mjg4OS4xNjg0Mzg3ODE0#adapters/Azure/topics/Azure-Prerequisites.html

 

 

(2) Solutions

Thanks, @ChrisG  for the suggestion, I was able to overcome this error  as per the steps mentioned in
https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/Installing-the-Az-amp-Az-ResourceGraph-Powershell-modules/ta-p/225508

But now, I get a different error, Attached screenshot
 

View solution in original post

A failure to resolve a DNS name like "login.microsoftonline.com" suggests that this beacon does not have access to the Internet. Maybe some proxy details need to be configured?

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

View solution in original post

(5) Replies
ChrisG
By Community Manager Community Manager
Community Manager

What you are encountering here may be related to an issue in the newer Microsoft Azure PowerShell modules (https://github.com/Azure/azure-powershell/issues/21647).

I have heard that people have had success resolving this by installing an older version with PowerShell commands like the following:

Get-InstalledModule -Name Az* | Uninstall-module

Install-Module -Name Az -RequiredVersion 6.1.0 -AllowClobber

Install-Module -Name Az.ResourceGraph

 

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Thanks, @ChrisG  for the suggestion, I was able to overcome this error  as per the steps mentioned in
https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/Installing-the-Az-amp-Az-ResourceGraph-Powershell-modules/ta-p/225508

But now, I get a different error, Attached screenshot
 

I was able to handle the error after installing az.accounts.2.12.1.nupkg, now I haven't a different error 🙂
Attached screenshot

A failure to resolve a DNS name like "login.microsoftonline.com" suggests that this beacon does not have access to the Internet. Maybe some proxy details need to be configured?

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Thank @ChrisG , I was able to solve the issue after the configuration of the Proxy.