GetProducts this link is not working

RajanSK 0 Reputation points
2024-05-01T02:25:18.7566667+00:00

Hi,

I worked on the below given Azure Functions exercise but it did not work as expected. I have provided the details please find them below.

Learn / Training / Browse / Build Serverless APIs with Azure Functions /

Exercise - Add connection string to Azure Functions app settings

I added the connection string generated from cloud shell in the below and I pressed f5 as per instruction, but the below links are not working for me.

I tried in both ways but no luck.

http://localhost:7071/api/GetProducts

http://localhost:7071/api/Products

I have replaced the connection string with the bold text shown below.

{

"IsEncrypted": false,

"Values": {

"AzureWebJobsStorage": "",

"FUNCTIONS_WORKER_RUNTIME": "node",

"AzureWebJobsFeatureFlags": "EnableWorkerIndexing",

"CONNECTION_STRING": "**<YOUR-CONNECTION-STRING>**" 

}

}

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,024 questions
{count} votes

1 answer

Sort by: Most helpful
  1. RDash 1,245 Reputation points Microsoft Vendor
    2024-05-01T06:30:50.88+00:00

    Hi RajanSK ,

    I apologize for any inconvenience you may be facing with the exercises in the Microsoft learning path.

    1. Would you kindly attempt the exercises in Unit 2, Unit 4, followed by Unit 6, and then Unit 8, all within a 3-hour time limit in the sandbox environment?
    2. Furthermore, I kindly request that you wait for each command to finish executing before proceeding to the next step.

    If the issue persists, please contact us and we'll be glad to assist you.

    Thank you.

    0 comments No comments