Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 767 Bytes

CSharpDemo.md

File metadata and controls

26 lines (15 loc) · 767 Bytes

AZ-204 Demo: Explore Azure Function project

In the demo you will start Azure Function locally and will reach out the external API with text provided in request. Text will be translated to the Piratish language.

Requirements:

  1. VS 2019/22 with Azure SDK support.
  2. Postman to test Web API

Demonstration:

  1. Open and start execution of project _ TranslateToPirate.sln _

  2. By using postman navigate to the local address: http://localhost:7071/api/TranslateToPiratish

  3. Provide following query in request body:

{"text":"My mother goes with me to the ocean!"}
  1. Response should looks like:

Processing file

Note the external API is limited by 5 calls in hour!