Skip to content

Commit 9330ff5

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-azure-docs-hub-icon
2 parents 445a25a + 2982858 commit 9330ff5

File tree

8 files changed

+84
-30
lines changed

8 files changed

+84
-30
lines changed

articles/active-directory/cloud-provisioning/tutorial-pilot-aadc-aadccp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: daveba
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: overview
10-
ms.date: 12/05/2019
10+
ms.date: 03/04/2020
1111
ms.subservice: hybrid
1212
ms.author: billmath
1313
ms.collection: M365-identity-device-management
@@ -115,7 +115,7 @@ Same steps need to be followed for all object types (user, group and contact).
115115

116116
## Install the Azure AD Connect provisioning agent
117117
1. Sign in to the server you will use with enterprise admin permissions. If you are using the [Basic AD and Azure environment](tutorial-basic-ad-azure.md) tutorial it would be CP1.
118-
2. Download the Azure AD Connect cloud provisioning agent [here](https://go.microsoft.com/fwlink/?linkid=2109037).
118+
2. Download the Azure AD Connect cloud provisioning agent using the steps outlined [here](how-to-install.md#install-the-agent).
119119
3. Run the Azure AD Connect cloud provisioning (AADConnectProvisioningAgent.Installer)
120120
3. On the splash screen, **Accept** the licensing terms and click **Install**.</br>
121121
![Welcome screen](media/how-to-install/install1.png)</br>

articles/active-directory/hybrid/reference-connect-ports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: reference
15-
ms.date: 08/02/2017
15+
ms.date: 03/04/2020
1616
ms.subservice: hybrid
1717
ms.author: billmath
1818

@@ -46,7 +46,7 @@ This table describes the ports and protocols that are required for communication
4646
| HTTP |80 (TCP) |Used to download CRLs (Certificate Revocation Lists) to verify SSL certificates. |
4747
| HTTPS |443(TCP) |Used to synchronize with Azure AD. |
4848

49-
For a list of URLs and IP addresses you need to open in your firewall, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2).
49+
For a list of URLs and IP addresses you need to open in your firewall, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2) and [Troubleshooting Azure AD Connect connectivity](tshoot-connect-connectivity.md#troubleshoot-connectivity-issues-in-the-installation-wizard).
5050

5151
## Table 3 - Azure AD Connect and AD FS Federation Servers/WAP
5252
This table describes the ports and protocols that are required for communication between the Azure AD Connect server and AD FS Federation/WAP servers.

articles/cognitive-services/Face/QuickStarts/CSharp.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: pafarley
1818

1919
In this quickstart, you will use the Azure Face REST API with C# to detect human faces in an image.
2020

21-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2222

2323
## Prerequisites
2424

@@ -27,7 +27,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2727

2828
## Create the Visual Studio project
2929

30-
1. In Visual Studio, create a new **Console app (.NET Framework)** project and name it **FaceDetection**.
30+
1. In Visual Studio, create a new **Console app (.NET Framework)** project and name it **FaceDetection**.
3131
1. If there are other projects in your solution, select this one as the single startup project.
3232

3333
## Add face detection code
@@ -41,6 +41,7 @@ Add the following `using` statements to the top of your *Program.cs* file.
4141
```csharp
4242
using System;
4343
using System.IO;
44+
using System.Net;
4445
using System.Net.Http;
4546
using System.Net.Http.Headers;
4647
using System.Text;
@@ -60,7 +61,7 @@ namespace DetectFace
6061

6162
// Replace <Subscription Key> with your valid subscription key.
6263
const string subscriptionKey = "<Subscription Key>";
63-
64+
6465
// replace <myresourcename> with the string found in your endpoint URL
6566
const string uriBase =
6667
"https://<myresourcename>.cognitive.microsoft.com/face/v1.0/detect";
@@ -74,6 +75,10 @@ Add the following code to the **Main** method of the **Program** class. This cod
7475
static void Main(string[] args)
7576
{
7677

78+
// Explicitly set TLS 1.2.
79+
ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol |
80+
SecurityProtocolType.Tls12;
81+
7782
// Get the path and filename to process from the user.
7883
Console.WriteLine("Detect faces:");
7984
Console.Write(

articles/cognitive-services/Speech-Service/get-speech-devices-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The Speech Devices SDK is a pretuned library designed to work with purpose-built
2020

2121
|Devices|Specification|Description|Scenarios|
2222
|--|--|--|--|
23-
|[Roobo Smart Audio Dev Kit](https://ddk.roobo.com)</br>[Setup](speech-devices-sdk-roobo-v1.md) / [Quickstart](speech-devices-sdk-android-quickstart.md)![Roobo Smart Audio Dev Kit](media/speech-devices-sdk/device-roobo-v1.jpg)|7 Mic Array, ARM SOC, WIFI, Audio Out, IO. </br>[Android](speech-devices-sdk-android-quickstart.md)|The first Speech Devices SDK to adapt Microsoft Mic Array and front processing SDK, for developing high-quality transcription and speech scenarios|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
24-
|[Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/)</br>[Setup](https://docs.microsoft.com/azure/Kinect-dk/set-up-azure-kinect-dk) / [Quickstart](speech-devices-sdk-windows-quickstart.md)![Azure Kinect DK](media/speech-devices-sdk/device-azure-kinect-dk.jpg)|7 Mic Array RGB and Depth cameras. </br>[Windows](speech-devices-sdk-windows-quickstart.md)/[Linux](speech-devices-sdk-linux-quickstart.md)|A developer kit with advanced artificial intelligence (AI) sensors for building sophisticated computer vision and speech models. It combines a best-in-class spatial microphone array and depth camera with a video camera and orientation sensor—all in one small device with multiple modes, options, and SDKs to accommodate a range of compute types.|Conversation Transcription, Robotics, Smart Building|
25-
|Roobo Smart Audio Dev Kit 2![Roobo Smart Audio Dev Kit 2](media/speech-devices-sdk/device-roobo-v2.jpg)|7 Mic Array, ARM SOC, WIFI, Bluetooth, IO. </br>Linux|The 2nd generation Speech Devices SDK that provides alternative OS and more features in a cost effective reference design.|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
26-
|URbetter T11 Development Board![URbetter DDK](media/speech-devices-sdk/device-urbetter.jpg)|7 Mic Array, ARM SOC, WIFI, Ethernet, HDMI, USB Camera. </br>Linux|An industry level Speech Devices SDK that adapts Microsoft Mic array and supports extended I/O such as HDMI/Ethernet and more USB peripherals|Conversation Transcription, Education, Hospital, Robots, OTT Box, Voice Agent, Drive Thru|
23+
|[Roobo Smart Audio Dev Kit](https://ddk.roobo.com)<br>[Setup](speech-devices-sdk-roobo-v1.md) / [Quickstart](speech-devices-sdk-android-quickstart.md)![Roobo Smart Audio Dev Kit](media/speech-devices-sdk/device-roobo-v1.jpg)|7 Mic Array, ARM SOC, WIFI, Audio Out, IO. <br>[Android](speech-devices-sdk-android-quickstart.md)|The first Speech Devices SDK to adapt Microsoft Mic Array and front processing SDK, for developing high-quality transcription and speech scenarios|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
24+
|[Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/)<br>[Setup](https://docs.microsoft.com/azure/Kinect-dk/set-up-azure-kinect-dk) / [Quickstart](speech-devices-sdk-windows-quickstart.md)![Azure Kinect DK](media/speech-devices-sdk/device-azure-kinect-dk.jpg)|7 Mic Array RGB and Depth cameras. <br>[Windows](speech-devices-sdk-windows-quickstart.md)/[Linux](speech-devices-sdk-linux-quickstart.md)|A developer kit with advanced artificial intelligence (AI) sensors for building sophisticated computer vision and speech models. It combines a best-in-class spatial microphone array and depth camera with a video camera and orientation sensor—all in one small device with multiple modes, options, and SDKs to accommodate a range of compute types.|Conversation Transcription, Robotics, Smart Building|
25+
|Roobo Smart Audio Dev Kit 2<br>[Setup](speech-devices-sdk-roobo-v2.md)<br>![Roobo Smart Audio Dev Kit 2](media/speech-devices-sdk/device-roobo-v2.jpg)|7 Mic Array, ARM SOC, WIFI, Bluetooth, IO. <br>Linux|The 2nd generation Speech Devices SDK that provides alternative OS and more features in a cost effective reference design.|Conversation Transcription, Smart Speaker, Voice Agent, Wearable|
26+
|URbetter T11 Development Board![URbetter DDK](media/speech-devices-sdk/device-urbetter.jpg)|7 Mic Array, ARM SOC, WIFI, Ethernet, HDMI, USB Camera. <br>Linux|An industry level Speech Devices SDK that adapts Microsoft Mic array and supports extended I/O such as HDMI/Ethernet and more USB peripherals|Conversation Transcription, Education, Hospital, Robots, OTT Box, Voice Agent, Drive Thru|
2727

2828
## Download the Speech Devices SDK
2929

488 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Speech Devices SDK Roobo Smart Audio Dev Kit v2 - Speech Service
3+
titleSuffix: Azure Cognitive Services
4+
description: Prerequisites and instructions for getting started with the Speech Devices SDK, Roobo Smart Audio Dev Kit v2.
5+
services: cognitive-services
6+
author: anushapatnala
7+
manager: wellsi
8+
9+
ms.service: cognitive-services
10+
ms.subservice: speech-service
11+
ms.topic: conceptual
12+
ms.date: 02/20/2020
13+
ms.author: v-anusp
14+
---
15+
16+
# Device: Roobo Smart Audio Dev Kit v2
17+
18+
This article provides device-specific information for the Roobo Smart Audio Dev Kit2.
19+
20+
## Set up the development kit
21+
22+
1. The development kit has two micro USB connectors. The left connector is to power the development kit and is highlighted as Power in the image below. The right one is to control it, and is marked Debug in the image.
23+
![Connecting the dev kit](media/speech-devices-sdk/roobo-v2-connections.png)
24+
1. Power the development kit by using a micro USB cable to connect the power port to a PC or power adapter. A green power indicator will light up under the top board.
25+
1. To control the development kit, connect the debug port to a computer by using a second micro USB cable. It is essential to use a high-quality cable to ensure reliable communications.
26+
1. Orient your development kit Circularly - Upright, with microphones facing the ceiling as shown above
27+
28+
29+
## Development information
30+
31+
For more development information, see the [Roobo development guide](http://dwn.roo.bo/server_upload/ddk/ROOBO%20Dev%20Kit-User%20Guide.pdf).
32+
33+
## Audio Record/Play
34+
35+
DDK2 audio operations can be performed in the following ways:
36+
* Use ALSA Open-source libraries and their applications.
37+
* Use appmainprog interface to do application development.
38+
DDK2 audio - related software framework uses standard ALSA framework, you can use libasound. So to develop software directly. So you can use ALSA's arecord and aplay directly to record and play audio.

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@
494494
href: speech-devices-sdk.md
495495
- name: Get the Speech Devices SDK
496496
href: get-speech-devices-sdk.md
497+
- name: Release notes
498+
href: devices-sdk-release-notes.md
499+
- name: Roobo v1 details
500+
href: speech-devices-sdk-roobo-v1.md
501+
- name: Roobo v2 details
502+
href: speech-devices-sdk-roobo-v2.md
503+
- name: Microphone specification
497504
- name: Hardware
498505
items:
499506
- name: Microphone array recommendations

articles/virtual-network/nat-gateway-resource.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: overview
1414
ms.tgt_pltfrm: na
1515
ms.workload: infrastructure-services
16-
ms.date: 02/24/2020
16+
ms.date: 03/04/2020
1717
ms.author: allensu
1818
---
1919

@@ -345,21 +345,25 @@ We want to know how we can improve the service. Share your [feedback on the Publ
345345

346346
## Next steps
347347

348-
- Learn more about [virtual network NAT](nat-overview.md).
349-
- Tutorial for validating NAT Gateway
350-
* [Azure CLI](tutorial-create-validate-nat-gateway-cli.md),
351-
* [PowerShell](tutorial-create-validate-nat-gateway-cli.md),
352-
* [Portal](tutorial-create-validate-nat-gateway-cli.md)
353-
- Quickstart for deploying a NAT gateway resource
354-
* [Azure CLI](./quickstart-create-nat-gateway-cli.md),
355-
* [PowerShell](./quickstart-create-nat-gateway-powershell.md),
356-
* [Portal](./quickstart-create-nat-gateway-portal.md).
357-
- Learn more about [availability zones](../availability-zones/az-overview.md).
358-
- Learn more about [standard load balancer](../load-balancer/load-balancer-standard-overview.md).
359-
- Learn more about [availability zones and standard load balancer](../load-balancer/load-balancer-standard-availability-zones.md).
360-
- Learn more about NAT gateway resource API
361-
* [REST API](https://docs.microsoft.com/rest/api/virtualnetwork/natgateways),
362-
* [Azure CLI](https://docs.microsoft.com/cli/azure/network/nat/gateway?view=azure-cli-latest),
363-
* [PowerShell](https://docs.microsoft.com/powershell/module/az.network/new-aznatgateway).
364-
- [Tell us what to build next in UserVoice](https://aka.ms/natuservoice).
365-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
348+
* Learn about [virtual network NAT](nat-overview.md).
349+
* Learn about [metrics and alerts for NAT gateway resources](nat-metrics.md).
350+
* Learn about [troubleshooting NAT gateway resources](troubleshoot-nat.md).
351+
* [Tell us what to build next in UserVoice](https://aka.ms/natuservoice).
352+
* [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
353+
* Tutorial for validating NAT Gateway
354+
- [Azure CLI](tutorial-create-validate-nat-gateway-cli.md),
355+
- [PowerShell](tutorial-create-validate-nat-gateway-cli.md),
356+
- [Portal](tutorial-create-validate-nat-gateway-cli.md)
357+
* Quickstart for deploying a NAT gateway resource
358+
- [Azure CLI](./quickstart-create-nat-gateway-cli.md),
359+
- [PowerShell](./quickstart-create-nat-gateway-powershell.md),
360+
- [Portal](./quickstart-create-nat-gateway-portal.md).
361+
* Learn about NAT gateway resource API
362+
- [REST API](https://docs.microsoft.com/rest/api/virtualnetwork/natgateways),
363+
- [Azure CLI](https://docs.microsoft.com/cli/azure/network/nat/gateway?view=azure-cli-latest),
364+
- [PowerShell](https://docs.microsoft.com/powershell/module/az.network/new-aznatgateway).
365+
* Learn about [availability zones](../availability-zones/az-overview.md).
366+
* Learn about [standard load balancer](../load-balancer/load-balancer-standard-overview.md).
367+
* Learn about [availability zones and standard load balancer](../load-balancer/load-balancer-standard-availability-zones.md).
368+
369+

0 commit comments

Comments
 (0)