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
Yogesh Vedpathak
682
1.4k
188.3k
The remote name could not be resolved: '--cosmos.azure.com'
Jun 2 2020 2:01 PM
I am trying to Insert Data into Azure cosmos db
My code
[HttpPost]
public
async Task<ActionResult> AddEmployee(Employee employee)
{
await
this
.client.CreateDocumentAsync(UriFactory.CreateDocumentCollectionUri(
"Employee"
,
"Items"
), employee);
return
RedirectToAction(
"Employees"
);
}
Reply
Answers (
2
)
Converting InAppBilling.Plugin to Amazon
exception unhandled issues