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
> The endpoints for non-trial resources created after July 1, 2019 use the custom subdomain format shown below. For more information and a complete list of regional endpoints, see [Custom subdomain names for Cognitive Services](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-custom-subdomains).
@@ -40,7 +36,7 @@ Using your key and endpoint from the resource you created, create two environmen
40
36
41
37
Use the instructions for your operating system.
42
38
<!-- replace the below endpoint and key examples -->
After you add the environment variable, run `source .bash_profile` from your console window to make the changes effective.
71
67
***
72
68
73
-
###Create a new C# application
69
+
## Create a new C# application
74
70
75
71
Create a new .NET Core application in your preferred editor or IDE.
76
72
@@ -106,7 +102,7 @@ using System.Text;
106
102
usingSystem.Threading.Tasks;
107
103
```
108
104
109
-
In the `Program` class, create variables for your resource's Azure endpoint and key. If you created the environment variable after you launched the application, you will need to close and reopen the editor, IDE, or shell running it to access the variable.
105
+
In the `Program` class, create variables for your resource's Azure endpoint and key. If you created the environment variable after you launched the application, you'll need to close and reopen the editor, IDE, or shell running it to access the variable.
0 commit comments