exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 65 discussion

Actual exam question from Microsoft's AZ-204
Question #: 65
Topic #: 2
[All AZ-204 Questions]

HOTSPOT -

You are creating an Azure Functions app project in your local development environment by using Azure Functions Core Tools.

You must create the project in either Python or C# without using a template.

You need to specify the command and its parameter required to create the Azure Functions app project.

Which command and parameter should you specify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
NikolaMicic
Highly Voted 7 months, 3 weeks ago
"func imt" must be "func init" if you need a new project without a template in python or c#, the correct answer: func init, --worker-runtime https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference
upvoted 19 times
PereCastor37
5 months, 3 weeks ago
agreed, because "func new" is to create a new function based on a template, and the sentence said "without using a template" https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2#func-new
upvoted 1 times
...
...
amircoka
Most Recent 6 months, 3 weeks ago
- func new - creates new function within current project. But we need to create new project, so it should be: - func init - -woker-runtime
upvoted 1 times
...
Mattt
7 months, 2 weeks ago
func init <projectName> --python func init <projectName> --cs
upvoted 1 times
Mattt
7 months ago
ignore my answer. it should be : func init --worker-runtime --worker-runtime Sets the language runtime for the project. Supported values are: csharp, dotnet, dotnet-isolated, javascript,node (JavaScript), powershell, python, and typescript. For Java, use Maven. To generate a language-agnostic project with just the project files, use custom. When not set, you're prompted to choose your runtime during initialization.
upvoted 1 times
...
...
NikolaMicic
7 months, 3 weeks ago
"func imt" must be "func init" if you need a new project without a template in python or c#, the correct answer: func init, --worker-runtime
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...