Skip to content

Commit bff3270

Browse files
committed
edits
1 parent b794831 commit bff3270

File tree

11 files changed

+34
-35
lines changed

11 files changed

+34
-35
lines changed

articles/ai-services/speech-service/includes/how-to/compressed-audio-input/gstreamer-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: eur
99
Make sure that packages of the same platform (x64 or x86) are installed. For example, if you installed the x64 package for Python, you need to install the x64 GStreamer package. The following instructions are for the x64 packages.
1010

1111
1. Create the folder c:\gstreamer.
12-
1. Download the [installer](https://gstreamer.freedesktop.org/data/pkg/windows/1.18.3/msvc/gstreamer-1.0-msvc-x86_64-1.18.3.msi).
12+
1. Download the [installer](https://gstreamer.freedesktop.org/download/).
1313
1. Copy the installer to c:\gstreamer.
1414
1. Open PowerShell as an administrator.
1515
1. Run the following command in PowerShell:

articles/private-multi-access-edge-compute-mec/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For more information, see [Azure Private 5G Core](../private-5g-core/private-5g-
6363

6464
### Application services
6565

66-
**Azure IoT Edge Runtime**: Azure IoT Edge Runtime enables cloud workloads to be managed and deployed across edge compute appliances using the same tools and security posture as cloud native workloads. For more information, see [Azure IoT Edge Runtime](/windows/ai/windows-ml-container/iot-edge-runtime).
66+
**Azure IoT Edge Runtime**: Azure IoT Edge Runtime enables cloud workloads to be managed and deployed across edge compute appliances using the same tools and security posture as cloud native workloads. For more information, see [Azure IoT Edge Runtime](/azure/iot-edge/iot-edge-runtime).
6767

6868
**Azure IoT Hub** Azure IoT Edge Runtime: Azure IoT Edge Runtime enables cloud workloads to be managed and deployed across edge compute appliances using the same tools and security posture as cloud native workloads. For more information, see [Azure IoT Hub](https://azure.microsoft.com/services/iot-hub/).
6969

articles/remote-rendering/overview/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The following software must be installed:
130130
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
131131
* **Desktop development with C++**
132132
* **Universal Windows Platform (UWP) development**
133-
* **Windows SDK 10.0.18362.0** [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
133+
* **Windows SDK 10.0.18362.0** [(download)](https://developer.microsoft.com/windows/downloads/windows-sdk/)
134134
* To work with the samples repository:
135135
* **Git** [(download)](https://git-scm.com/downloads)
136136
* **Git LFS plugin** [(download)](https://git-lfs.github.com/)

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-openxr-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To get access to the Azure Remote Rendering service, you first need to [create a
2626

2727
The following software must be installed:
2828

29-
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
29+
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-sdk/)
3030
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3131
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3232
* **Desktop development with C++**

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get access to the Remote Rendering service, you first need to [create an acco
2828

2929
The following software must be installed:
3030

31-
* [Windows SDK 10.0.18362.0](https://developer.microsoft.com/windows/downloads/windows-10-sdk) or later.
31+
* [Windows SDK 10.0.18362.0](https://developer.microsoft.com/windows/downloads/windows-sdk/) or later.
3232
* [The latest version of Visual Studio 2022](https://visualstudio.microsoft.com/vs/).
3333
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are required:
3434
* **Desktop development with C++**

articles/remote-rendering/quickstarts/render-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get access to the Azure Remote Rendering service, you first need to [create a
2727

2828
The following software must be installed:
2929

30-
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
30+
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-sdk/)
3131
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3232
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3333
* **Desktop development with C++**

articles/remote-rendering/tutorials/native-cpp/hololens/integrate-remote-rendering-into-holographic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This tutorial focuses on adding the necessary bits to a native `Holographic App`
2727
For this tutorial you need:
2828

2929
* Your account information (account ID, account key, account domain, subscription ID). If you don't have an account, [create an account](../../../how-tos/create-an-account.md).
30-
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk).
30+
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-sdk/).
3131
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/).
3232
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3333
* **Desktop development with C++**

articles/remote-rendering/tutorials/unity/view-remote-models/view-remote-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you learn how to:
2525
For this tutorial you need:
2626

2727
* An active pay-as-you-go Azure subscription [Create an account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/)
28-
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
28+
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-sdk/)
2929
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3030
* Git [(download)](https://git-scm.com/downloads)
3131
* Git LFS plugin [(download)](https://git-lfs.github.com/)

articles/sap/center-sap-solutions/get-sap-installation-media.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ Next, upload the SAP software files to the storage account:
304304
305305
1. For S/4HANA 2021 ISS 00:
306306
307-
1. [S4HANA_2021_ISS_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/S4HANA_2021_ISS_v0001ms.yaml)
307+
1. S4HANA_2021_ISS_v0001ms.yaml
308308
309309
1. For S/4HANA 2022 ISS 00:
310310
311-
1. [S42022SPS00_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/S42022SPS00_v0001ms.yaml)
311+
1. S42022SPS00_v0001ms.yaml
312312
313313
1. Depending on your SAP version, go to the folder **S41909SPS03_v0011ms** or **S42020SPS03_v0003ms** or **S4HANA_2021_ISS_v0001ms** or **S42022SPS00_v0001ms**.
314314
@@ -358,53 +358,53 @@ Next, upload the SAP software files to the storage account:
358358
359359
1. For S/4HANA 2021 ISS 00:
360360
361-
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/HANA_2_00_055_v1_install.rsp.j2)
361+
1. HANA_2_00_055_v1_install.rsp.j2
362362
363-
1. [HANA_2_00_install.rsp.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/HANA_2_00_install.rsp.j2)
363+
1. HANA_2_00_install.rsp.j2
364364
365-
1. [NW_ABAP_ASCS_S4HANA2021.CORE.HDB.ABAP_Distributed.params](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/NW_ABAP_ASCS_S4HANA2021.CORE.HDB.ABAP_Distributed.params)
365+
1. NW_ABAP_ASCS_S4HANA2021.CORE.HDB.ABAP_Distributed.params
366366
367-
1. [NW_ABAP_CI-S4HANA2021.CORE.HDB.ABAP_Distributed.params](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/NW_ABAP_CI-S4HANA2021.CORE.HDB.ABAP_Distributed.params)
367+
1. NW_ABAP_CI-S4HANA2021.CORE.HDB.ABAP_Distributed.params
368368
369-
1. [NW_ABAP_DB-S4HANA2021.CORE.HDB.ABAP_Distributed.params](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/NW_ABAP_DB-S4HANA2021.CORE.HDB.ABAP_Distributed.params)
369+
1. NW_ABAP_DB-S4HANA2021.CORE.HDB.ABAP_Distributed.params
370370
371-
1. [NW_DI-S4HANA2021.CORE.HDB.PD_Distributed.params](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/NW_DI-S4HANA2021.CORE.HDB.PD_Distributed.params)
371+
1. NW_DI-S4HANA2021.CORE.HDB.PD_Distributed.params
372372
373-
1. [NW_Users_Create-GENERIC.HDB.PD_Distributed.params](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/NW_Users_Create-GENERIC.HDB.PD_Distributed.params)
373+
1. NW_Users_Create-GENERIC.HDB.PD_Distributed.params
374374
375-
1. [S4HANA_2021_ISS_v0001ms-app-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-app-inifile-param.j2)
375+
1. S4HANA_2021_ISS_v0001ms-app-inifile-param.j2
376376
377-
1. [S4HANA_2021_ISS_v0001ms-dbload-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-dbload-inifile-param.j2)
377+
1. S4HANA_2021_ISS_v0001ms-dbload-inifile-param.j2
378378
379-
1. [S4HANA_2021_ISS_v0001ms-ers-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-ers-inifile-param.j2)
379+
1. S4HANA_2021_ISS_v0001ms-ers-inifile-param.j2
380380
381-
1. [S4HANA_2021_ISS_v0001ms-generic-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-generic-inifile-param.j2)
381+
1. S4HANA_2021_ISS_v0001ms-generic-inifile-param.j2
382382
383-
1. [S4HANA_2021_ISS_v0001ms-pas-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-pas-inifile-param.j2)
383+
1. S4HANA_2021_ISS_v0001ms-pas-inifile-param.j2
384384
385-
1. [S4HANA_2021_ISS_v0001ms-scs-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-scs-inifile-param.j2)
385+
1. S4HANA_2021_ISS_v0001ms-scs-inifile-param.j2
386386
387-
1. [S4HANA_2021_ISS_v0001ms-scsha-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-scsha-inifile-param.j2)
387+
1. S4HANA_2021_ISS_v0001ms-scsha-inifile-param.j2
388388
389-
1. [S4HANA_2021_ISS_v0001ms-web-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-web-inifile-param.j2)
389+
1. S4HANA_2021_ISS_v0001ms-web-inifile-param.j2
390390
391391
1. For S/4HANA 2022 ISS 00:
392392
393-
1. [S42022SPS00_v0001ms-app-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-app-inifile-param.j2)
393+
1. S42022SPS00_v0001ms-app-inifile-param.j2
394394
395-
1. [S42022SPS00_v0001ms-dbload-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-dbload-inifile-param.j2)
395+
1. S42022SPS00_v0001ms-dbload-inifile-param.j2
396396
397-
1. [S42022SPS00_v0001ms-ers-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-ers-inifile-param.j2)
397+
1. S42022SPS00_v0001ms-ers-inifile-param.j2
398398
399-
1. [S42022SPS00_v0001ms-generic-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-generic-inifile-param.j2)
399+
1. S42022SPS00_v0001ms-generic-inifile-param.j2
400400
401-
1. [S42022SPS00_v0001ms-pas-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-pas-inifile-param.j2)
401+
1. S42022SPS00_v0001ms-pas-inifile-param.j2
402402
403-
1. [S42022SPS00_v0001ms-scs-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-scs-inifile-param.j2)
403+
1. S42022SPS00_v0001ms-scs-inifile-param.j2
404404
405-
1. [S42022SPS00_v0001ms-scsha-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-scsha-inifile-param.j2)
405+
1. S42022SPS00_v0001ms-scsha-inifile-param.j2
406406
407-
1. [S42022SPS00_v0001ms-web-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-web-inifile-param.j2)
407+
1. S42022SPS00_v0001ms-web-inifile-param.j2
408408
409409
1. Upload all the files that you downloaded to the `templates` folder.
410410

articles/storage/solution-integration/validated-partners/backup-archive-disaster-recovery/commvault/commvault-solution-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ Commvault has made it easy to deploy their solution in Azure to protect Azure Vi
226226

227227
- [Deploy Commvault via the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/commvault.commvault?tab=Overview)
228228
- [Commvault for Azure datasheet](https://www.commvault.com/resources/microsoft-azure-cloud-platform-datasheet)
229-
- [Commvault's list of supported Azure features and services](https://documentation.commvault.com/2023e/essential/cloud_feature_support_for_azure.html)
230229
- [How to use Commvault to protect SAP HANA in Azure](https://azure.microsoft.com/resources/protecting-sap-hana-in-azure/)
231230

232231
## Next steps

0 commit comments

Comments
 (0)