Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup for Microsoft Azure Stack Administrator's Guide
  3. Configuring NetBackup and Microsoft Azure Stack
  4. Creating a file that contains Microsoft Azure Stack credentials
  5. Configuring proxy settings for communication with Microsoft Azure Stack
Veritas NetBackup for Microsoft Azure Stack Administrator's Guide

Configuring proxy settings for communication with Microsoft Azure Stack

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.

    IntranetProxyUrl

    Specify the proxy URL and port number to connect to the Azure Stack ARM endpoint or blob service endpoint. For example, https://myproxyInternet.com:8000.

    IntranetProxyUsername

    Specify the username to authenticate the proxy intranet URL, if required.

    IntranetProxyPassword

    Specify the username to authenticate the proxy intranet 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"
}

Feedback

Was this page helpful?
Previous

Creating a file that contains Microsoft Azure Stack credentials

Next

Adding Microsoft Azure Stack credentials in NetBackup

Feedback

Was this page helpful?