Skip to content

Commit 082bade

Browse files
authored
Merge pull request #114526 from DCtheGeek/dmc-brokenlinks-20200508
Fixing links from OPS: 2020-05-08
2 parents 3157bd4 + ca3e6f3 commit 082bade

10 files changed

+191
-176
lines changed

articles/automation/automation-runbook-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Your runbooks must include logic to deal with [resources](https://docs.microsoft
6363

6464
## Security
6565

66-
Azure Automation uses the [Azure Security Center (ASC)](https://docs.microsoft.com/azure/security-center/security-center-introAzure) to provide security for your resources and detect compromise in Linux systems. Security is provided across your workloads, whether resources are in Azure or not. See
66+
Azure Automation uses the [Azure Security Center (ASC)](../security-center/security-center-intro.md) to provide security for your resources and detect compromise in Linux systems. Security is provided across your workloads, whether resources are in Azure or not. See
6767
[Introduction to authentication in Azure Automation](automation-security-overview.md).
6868

6969
ASC places constraints on users who can run any scripts, either signed or unsigned, on a VM. If you are a user with root access to a VM, you must explicitly configure the machine with a digital signature or turn it off. Otherwise, you can only run a script to apply operating system updates after creating an Automation account and enabling the appropriate feature.

articles/automation/manage-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Start-AzAutomationRunbook `
222222
To use a custom script:
223223

224224
1. Create an Automation account and obtain a [Contributor role](automation-role-based-access-control.md).
225-
2. [Link the account to the Azure workspace](https://docs.microsoft.com/azure/security-center/security-center-enable-data-collection.md).
225+
2. [Link the account to the Azure workspace](../security-center/security-center-enable-data-collection.md).
226226
3. Enable [Hybrid Runbook Worker](automation-hybrid-runbook-worker.md), [Update Management](automation-update-management.md), or another Automation feature.
227227
4. If on a Linux machine, you need high permissions. Log in to [turn off signature checks](automation-linux-hrw-install.md#turn-off-signature-validation).
228228

articles/azure-monitor/whats-new.md

Lines changed: 181 additions & 166 deletions
Large diffs are not rendered by default.

articles/batch/batch-api-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ A scaling formula can be based on the following metrics:
424424
* **Resource metrics** are based on CPU usage, bandwidth usage, memory usage, and number of nodes.
425425
* **Task metrics** are based on task state, such as *Active* (queued), *Running*, or *Completed*.
426426

427-
When automatic scaling decreases the number of compute nodes in a pool, you must consider how to handle tasks that are running at the time of the decrease operation. To accommodate this, Batch provides a [*node deallocation option*](https://docs.microsoft.com/rest/api/batchservice/pool/removenodes#computenodedeallocationoption) that you can include in your formulas. For example, you can specify that running tasks are stopped immediately and then requeued for execution on another node, or allowed to finish before the node is removed from the pool. Note that setting the node deallocation option as `taskcompletion` or `retaineddata` will prevent pool resize operations until all tasks have completed, or all task rentention periods have expired, respectively.
427+
When automatic scaling decreases the number of compute nodes in a pool, you must consider how to handle tasks that are running at the time of the decrease operation. To accommodate this, Batch provides a [*node deallocation option*](https://docs.microsoft.com/rest/api/batchservice/pool/removenodes#computenodedeallocationoption) that you can include in your formulas. For example, you can specify that running tasks are stopped immediately and then requeued for execution on another node, or allowed to finish before the node is removed from the pool. Note that setting the node deallocation option as `taskcompletion` or `retaineddata` will prevent pool resize operations until all tasks have completed, or all task retention periods have expired, respectively.
428428

429429
For more information about automatically scaling an application, see [Automatically scale compute nodes in an Azure Batch pool](batch-automatic-scaling.md).
430430

@@ -581,4 +581,4 @@ In situations where some of your tasks are failing, your Batch client applicatio
581581
[rest_offline]: https://msdn.microsoft.com/library/azure/mt637904.aspx
582582
[rest_online]: https://msdn.microsoft.com/library/azure/mt637907.aspx
583583

584-
[vm_marketplace]: https://azure.microsoft.com/marketplace/virtual-machines/
584+
[vm_marketplace]: https://azuremarketplace.microsoft.com/marketplace/apps/category/compute?filters=virtual-machine-images&page=1

articles/batch/batch-linux-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,5 @@ The [Python code samples][github_samples_py] in the [azure-batch-samples][github
302302
[py_computenodeuser]: /python/api/azure-batch/azure.batch.models.computenodeuser
303303
[py_imagereference]: /python/api/azure-mgmt-batch/azure.mgmt.batch.models.imagereference
304304
[py_list_supported_images]: https://docs.microsoft.com/python/api/azure-batch/azure.batch.operations.AccountOperations?view=azure-python
305-
[vm_marketplace]: https://azure.microsoft.com/marketplace/virtual-machines/
305+
[vm_marketplace]: https://azuremarketplace.microsoft.com/marketplace/apps/category/compute?filters=virtual-machine-images&page=1
306306
[vm_pricing]: https://azure.microsoft.com/pricing/details/virtual-machines/

articles/batch/batch-powershell-cmdlets-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ Get-AzBatchComputeNode -PoolId "PoolWithAppPackage" -BatchContext $context | Res
292292
* For detailed cmdlet syntax and examples, see [Azure Batch cmdlet reference](/powershell/module/az.batch).
293293
* For more information about applications and application packages in Batch, see [Deploy applications to compute nodes with Batch application packages](batch-application-packages.md).
294294

295-
[vm_marketplace]: https://azure.microsoft.com/marketplace/virtual-machines/
295+
[vm_marketplace]: https://azuremarketplace.microsoft.com/marketplace/apps/category/compute?filters=virtual-machine-images&page=1

articles/dev-spaces/quickstart-existing-helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Press Ctrl+C to detach
9090
...
9191
```
9292

93-
You can see the service running by opening the public URL, which is displayed in the output from the `azds up` command. In this example, the public URL is *http://dev.service.1234567890abcdef1234.eus.azds.io/*.
93+
You can see the service running by opening the public URL, which is displayed in the output from the `azds up` command. In this example, the public URL is `http://dev.service.1234567890abcdef1234.eus.azds.io/`.
9494

9595
> [!NOTE]
9696
> When you navigate to your service while running `azds up`, the HTTP request traces are also displayed in the output of the `azds up` command. These traces can help you troubleshoot and debug your service. You can disable these traces using `--disable-http-traces` when running `azds up`.

articles/migrate/common-questions-discovery-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For agent-based dependency visualization:
137137

138138
- Use a [script to install the Dependency agent](../azure-monitor/insights/vminsights-enable-hybrid-cloud.md#installation-script-examples).
139139
- For MMA, [use the command line or automation](../azure-monitor/platform/log-analytics-agent.md#installation-and-configuration), or use a [script](https://gallery.technet.microsoft.com/scriptcenter/Install-OMS-Agent-with-2c9c99ab).
140-
- In addition to scripts, you can use deployment tools like Microsoft Endpoint Configuration Manager and [Intigua](https://www.intigua.com/getting-started-intigua-for-azure-migration) to deploy the agents.
140+
- In addition to scripts, you can use deployment tools like Microsoft Endpoint Configuration Manager and [Intigua](https://www.intigua.com/intigua-for-azure-migration) to deploy the agents.
141141

142142
## What operating systems does MMA support?
143143

articles/migrate/how-to-create-group-machine-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To install the agent on a Windows machine:
7070
4. In **Agent Setup Options**, select **Azure Log Analytics** > **Next**.
7171
5. Click **Add** to add a new Log Analytics workspace. Paste in the workspace ID and key that you copied from the portal. Click **Next**.
7272

73-
You can install the agent from the command line or using an automated method such as Configuration Manager or [Intigua](https://go.microsoft.com/fwlink/?linkid=2104196).
73+
You can install the agent from the command line or using an automated method such as Configuration Manager or [Intigua](https://www.intigua.com/intigua-for-azure-migration).
7474
- [Learn more](../azure-monitor/platform/log-analytics-agent.md#installation-and-configuration) about using these methods to install the MMA agent.
7575
- The MMA agent can also be installed using this [script](https://go.microsoft.com/fwlink/?linkid=2104394).
7676
- [Learn more](https://docs.microsoft.com/azure/azure-monitor/platform/log-analytics-agent#supported-windows-operating-systems) about the Windows operating systems supported by MMA.

articles/migrate/migrate-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ After you configure a workspace, you download and install agents on each on-prem
212212
4. Copy the workspace ID and key. You need these when you install the MMA on the on-premises machine.
213213

214214
> [!NOTE]
215-
> To automate the installation of agents you can use a deployment tool such as Configuration Manager or a partner tool such a, [Intigua](https://www.intigua.com/getting-started-intigua-for-azure-migration), that provides an agent deployment solution for Azure Migrate.
215+
> To automate the installation of agents you can use a deployment tool such as Configuration Manager or a partner tool such a, [Intigua](https://www.intigua.com/intigua-for-azure-migration), that provides an agent deployment solution for Azure Migrate.
216216
217217

218218
#### Install the MMA agent on a Windows machine

0 commit comments

Comments
 (0)