Veritas NetBackup™ for Microsoft Azure Stack Administrator's Guide
- Introduction
- Pre-requisites for configuring the Microsoft Azure Stack plug-in for NetBackup
- Configuring NetBackup and Microsoft Azure Stack
- Managing backup hosts
- Configuring the Microsoft Azure plug-in using the azurestack.conf configuration file
- Creating a file that contains Microsoft Azure Stack credentials
- Performing backups and restores of Microsoft Azure Stack
- About the restore scenarios for Microsoft Azure Stack VMs from the BAR interface
- Using the BAR interface to restore an Microsoft Azure Stack VM with modified metadata at a different location
- Troubleshooting
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:PROXYPORT
If 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.com
over 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" }