Skip to content

Commit 5cc3f95

Browse files
committed
removed broken links for now
1 parent cd50a59 commit 5cc3f95

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/lab-services/classroom-labs/class-type-shell-scripting-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ After you create the lab account, enable following settings in the lab account:
2929

3030
| Lab account setting | Instructions |
3131
| ----------- | ------------ |
32-
| Marketplace images | Enable the [Ubuntu Server 18.04 LTS](https://azuremarketplace.microsoft.com/marketplace/apps/canonical.0001-com-ubuntu-server-bionic) image for use within your lab account. For more information, see [Specify Marketplace images available to lab creators](specify-marketplace-images.md). |
32+
| Marketplace images | Enable the Ubuntu Server 18.04 LTS image for use within your lab account. For more information, see [Specify Marketplace images available to lab creators](specify-marketplace-images.md). |
3333

3434
Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and apply the following settings:
3535

3636
| Lab settings | Value/instructions |
3737
| ------------ | ------------------ |
3838
| Virtual machine (VM) size | Small |
39-
| VM image | [Ubuntu Server 18.04 LTS](https://azuremarketplace.microsoft.com/marketplace/apps/canonical.0001-com-ubuntu-server-bionic) |
39+
| VM image | Ubuntu Server 18.04 LTS |
4040
| Enable remote desktop connection | Enable. <p>Enabling this setting will allow teachers and students to connect to their VMs using the remote desktop (RDP). For more information, see [Enable remote desktop for Linux virtual machines in a lab in Azure Lab Services](how-to-enable-remote-desktop-linux.md#connect-to-the-template-vm). </p>|
4141

4242

4343
## Install desktop and xrdp
44-
The [Ubuntu Server 18.04 LTS](https://azuremarketplace.microsoft.com/marketplace/apps/canonical.0001-com-ubuntu-server-bionic) image doesn't have remote desktop server installed by default. Follow instructions in the [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md) article to install the packages that are needed on the template machine to connect via remote desktop protocol.
44+
The Ubuntu Server 18.04 LTS image doesn't have remote desktop server installed by default. Follow instructions in the [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md) article to install the packages that are needed on the template machine to connect via remote desktop protocol.
4545

4646
## Install Ruby
4747
Ruby is an open-source dynamic language that can be combined with bash scripts. This section shows how to use `apt-get` to install the latest version of [Ruby](https://www.ruby-lang.org/).

articles/service-bus-messaging/topic-filters.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ See the following samples:
6868

6969
- [.NET - Basic send and receive tutorial with filters](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/GettingStarted/BasicSendReceiveTutorialwithFilters/BasicSendReceiveTutorialWithFilters)
7070
- [.NET - Topic filters](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/TopicFilters)
71-
- [JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples/javascript/advanced/topicFilters.js)
72-
- [Type script](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples/typescript/src/advanced/topicFilters.ts)
7371
- [Azure Resource Manager template](https://docs.microsoft.com/azure/templates/microsoft.servicebus/2017-04-01/namespaces/topics/subscriptions/rules)
7472

7573

0 commit comments

Comments
 (0)