Skip to content

Commit 537b061

Browse files
committed
udpate to resource info
1 parent fb11014 commit 537b061

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/go

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/go/go.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ func main() {
9999
100100
Replace the `YOUR_SUBSCRIPTION_KEY` and `YOUR_BOT_REGION` values with actual values from the Speech resource.
101101
102-
- Navigate to the Azure portal, and open the Speech resource
103-
- Under the **Keys** on the left, there are two available subscription keys
102+
- Navigate to the Azure portal, and open your Speech resource
103+
- Under **Keys and Endpoint** on the left, there are two available subscription keys
104104
- Use either one as the `YOUR_SUBSCRIPTION_KEY` value replacement
105105
- Under the **Overview** on the left, note the region and map it to the region identifier
106-
- Use the Region identifier as the `YOUR_BOT_REGION` value replacement, for example: `"westus"` for **West US**
106+
- Use the Region identifier as the `YOUR_BOT_REGION` value replacement, for example: `"westus"` for **West US**
107107
108108
> [!NOTE]
109109
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.

0 commit comments

Comments
 (0)