TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sanghamitra Mohanty
NA
1.5k
49.9k
Bulky API with Azure Functions
Jun 22 2018 2:32 AM
How to Consume Bulky Api with Azure Function ?
Reply
Answers (
5
)
2
Chanakya Jayabalan
0
2.1k
93.7k
Jun 22 2018 4:26 AM
Hi Sanghamitra,
Can you please explain in detail what you are looking for?
If at all you are looking to call an api which does large operations, you could use an Azure App Service to build your api layer and call that from your fuctions.
1
Chanakya Jayabalan
0
2.1k
93.7k
Jun 22 2018 9:55 AM
You could very well write an api layer that would do all the interactions as i said before and call it from your function. If you are looking for how to connect to DB then below link should help https://docs.microsoft.com/en-us/azure/azure-functions/functions-scenario-database-table-cleanup
1
Sanghamitra Mohanty
0
1.5k
49.9k
Jun 22 2018 9:12 AM
no , that I have taken but by using azure fuction how could I read or write db .
1
Chanakya Jayabalan
0
2.1k
93.7k
Jun 22 2018 7:52 AM
Did you mean that you want to return the response from api to azure functions?
1
Sanghamitra Mohanty
0
1.5k
49.9k
Jun 22 2018 5:10 AM
Hi Chanakya, My question is in the integration of Microsoft Serverless ApI and Azure Function , How could we replace the API Response code to Azure Function , so that database will able to Read and write . if there is any way then then let me know!! Thanks Sanghamitra
How can merge a column header in datagridview ?
Elucidate delegates C#