Configuring proxy settings for communication with Microsoft Azure Stack AAD authentication
If your network requires proxy settings so that the backup hosts can connect to the Internet, use any of the following methods:
Use standard environment variable (simple configuration) https_proxy to specify the proxy URL, port number, username, and password in the following format:
https_proxy=https://USERNAME:PASSWORD@PROXYIP_HOSTNAME:PROXYPORTIf you require a different proxy for the NetBackup Azure Stack plug-in or you do not want to use the https_proxy variable, then you can add the following proxy details in the credentials file:
Key
Description
InternetProxyUrl
Specify the proxy URL and port number to connect to the AAD authentication service and to
login.microsoftonline.comover the internet. For example,https://myproxyInternet.com:8000.InternetProxyUsername
Specify the username to authenticate the proxy internet URL, if required.
InternetProxyPassword
Specify the username to authenticate the proxy internet URL, if required.
{
"IdentityProvider":"AAD",
"TenantId":"tenant.domain.com",
"ClientId":"1950a007-227b-4e31-a9cf-717495945fc2",
"ClientSecret":"client_secret",
"AuthResource": "https://management.adfs.azurestack.local/metadata/
a6ad92e4-5b80-4c88-b055-a7f25c12ba27",
"InternetProxyUrl":"proxy.domain.com:8080",
"InternetProxyUsrename":"myusername",
"InternetProxyPassword":"mypassword"
}