Skip to content

Commit a840c61

Browse files
author
Kimmo Forss
committed
Final tweaks
1 parent dec5f3a commit a840c61

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/virtual-machines/workloads/sap/automation-plan-deployment.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Create your service principal:
144144
```
145145
146146
For more information, see [the Azure CLI documentation for creating a service principal](/cli/azure/create-an-azure-service-principal-azure-cli)
147-
148147
### Permissions management
149148
150149
In a locked down environment, you might need to assign another permissions to the service principals. For example, you might need to assign the User Access Administrator role to the service principal.
@@ -169,17 +168,17 @@ The following table shows the required permissions for the service principal:
169168
### Firewall configuration
170169
171170
> [!div class="mx-tdCol2BreakAll "]
172-
> | Component | Addresses | Duration | Notes |
173-
> | ----------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------- |
174-
> | SDAF | 'github.com/Azure/sap-automation', 'github.com/Azure/sap-automation-samples', 'githubusercontent.com' | Setup of Deployer | |
175-
> | Terraform | 'releases.hashicorp.com', 'registry.terraform.io', 'checkpoint-api.hashicorp.com' | Setup of Deployer | See [Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) |
176-
> | Azure CLI | [Azure CLI](/cli/azure/install-azure-cli-linux) | Setup of Deployer and during deployments | The firewall requirements for Azure CLI installation are defined here: [Azure CLI](/cli/azure/azure-cli-endpoints) |
177-
> | PIP | 'bootstrap.pypa.io' | Setup of Deployer | See [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) |
178-
> | Ansible | 'pypi.org', 'pythonhosted.org', 'galaxy.ansible.com' | Setup of Deployer | |
179-
> | PowerShell Gallery | 'onegetcdn.azureedge.net', 'psg-prod-centralus.azureedge.net', 'psg-prod-eastus.azureedge.net' | Setup of Windows based systems | See [PowerShell Gallery](/powershell/scripting/gallery/getting-started?#network-access-to-the-powershell-gallery) |
180-
> | Windows components | 'download.visualstudio.microsoft.com', 'download.visualstudio.microsoft.com', 'download.visualstudio.com' | Setup of Windows based systems | See [Visual Studio](/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server#install-visual-studio) |
181-
> | SAP Downloads | 'softwaredownloads.sap.com'                                    | SAP Software download | See [SAP Downloads](https://launchpad.support.sap.com/#/softwarecenter) |
182-
> | Azure DevOps Agent | 'https://vstsagentpackage.azureedge.net'                                   | SAP Software download | See [SAP Downloads](https://launchpad.support.sap.com/#/softwarecenter) |
171+
> | Component | Addresses | Duration | Notes |
172+
> | ----------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -------------------------------------------------------------------------------------------------------- |
173+
> | SDAF | 'github.com/Azure/sap-automation', 'github.com/Azure/sap-automation-samples', 'githubusercontent.com' | Setup of Deployer | |
174+
> | Terraform | 'releases.hashicorp.com', 'registry.terraform.io', 'checkpoint-api.hashicorp.com' | Setup of Deployer | See [Installing Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) |
175+
> | Azure CLI | Installing [Azure CLI](/cli/azure/install-azure-cli-linux) | Setup of Deployer and during deployments | The firewall requirements for Azure CLI installation are defined here: [Installing Azure CLI](/cli/azure/azure-cli-endpoints) |
176+
> | PIP | 'bootstrap.pypa.io' | Setup of Deployer | See [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) |
177+
> | Ansible | 'pypi.org', 'pythonhosted.org', 'galaxy.ansible.com' | Setup of Deployer | |
178+
> | PowerShell Gallery | 'onegetcdn.azureedge.net', 'psg-prod-centralus.azureedge.net', 'psg-prod-eastus.azureedge.net' | Setup of Windows based systems | See [PowerShell Gallery](/powershell/scripting/gallery/getting-started?#network-access-to-the-powershell-gallery) |
179+
> | Windows components | 'download.visualstudio.microsoft.com', 'download.visualstudio.microsoft.com', 'download.visualstudio.com' | Setup of Windows based systems | See [Visual Studio components](/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server#install-visual-studio) |
180+
> | SAP Downloads | 'softwaredownloads.sap.com'                                    | SAP Software download | See [SAP Downloads](https://launchpad.support.sap.com/#/softwarecenter) |
181+
> | Azure DevOps Agent | 'https://vstsagentpackage.azureedge.net'                                   | Setup Azure DevOps | |
183182
184183
## DevOps structure
185184

0 commit comments

Comments
 (0)