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
Aug 10, 2023 09:25 AM
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
Aug 11, 2023 08:35 AM - edited Aug 11, 2023 09:48 AM
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?
Aug 13, 2023 09:28 PM
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
Aug 10, 2023 09:51 PM
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
Aug 11, 2023 08:35 AM - edited Aug 11, 2023 09:48 AM
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?
Aug 13, 2023 09:28 PM
Thank @ChrisG , I was able to solve the issue after the configuration of the Proxy.
Aug 14, 2023 01:42 AM