This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How would you describe a function code?
A function code is set of interdependent functions that can be executed on the server.
A function code is the main content that executes and performs some jobs without any dependency on the server.
A function code is merely code deployed in the local environment to perform a job.
Suppose that you’re task with deploying a cognitive speech API into your function app. In what order would you perform the following steps to create a speech translation app?
Trigger the function - speech recognition - removing speech disfluencies – translation – text to speech
Trigger the function - removing speech disfluencies – translation – text to speech
Speech recognition - removing speech disfluencies – translation - text to speech
Suppose you want to develop an application using the Cognitive service API in the Azure function. How do you access the Cognitive Service API from your application?
You could directly access the Cognitive Service api within Azure function once it establishes the connection.
You'll need to generate an API key each time to make an attempt to connect and access the cognitive service API.
You create a Cognitive service account that will generate an API key that can be used to access to service API
You must answer all questions before checking your work.
Was this page helpful?