You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/go/go.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,11 @@ func main() {
99
99
100
100
Replace the `YOUR_SUBSCRIPTION_KEY` and `YOUR_BOT_REGION` values with actual values from the Speech resource.
101
101
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
104
104
- Use either one as the `YOUR_SUBSCRIPTION_KEY` value replacement
105
105
- 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**
107
107
108
108
> [!NOTE]
109
109
> Please refer to [the list of supported regions forvoice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployedin one of those regions.
0 commit comments