In this hands-on lab, we use a C# application on a Visual Studio virtual machine to moderate text. The application will report several facets of moderation data found in the text, including sensitive words and personally identifiable information (PII). The solution video demonstrates all the tasks in the objective list to complete the lab. Instructions are also provided in each objective as well as the lab guide.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Log In to the Azure Portal
Start by logging in to the Azure Portal using the credentials given when starting the lab.
- Use RDP to Connect to the Visual Studio Virtual Machine
Use the Remote Desktop client to access the virtual machine using the provided credentials.
- Open and Configure Visual Studio
- Open Visual Studio using either the Start menu or the desktop icon.
- Use the credentials used to log in to the Azure Portal, not those used for the RDP authorization.
- Select the defaults for all other Visual Studio options. Be patient as this takes a few minutes to complete.
- Open the Visual Studio Solution
- Open the solution in the
c:code
directory.
- Open the solution in the
- Configure the Endpoint and Key, Then Run the App
- Retrieve the endpoint and key for the Cognitive Service resource and place them in the code.
- Run the solution and examine the results.