Thank you for reaching out to Microsoft Q & A forum.
According to the documentation in the "Modify your function's JSON implementation code" section, step 2 advises replacing "your-database" with the name of your Azure Cosmos DB account.
For example, in the function.json file, update "connection": "your-database_DOCUMENTDB" to "connection": "Ivan Alieksieienko1234_DOCUMENTDB". The placeholders provided in the documentation are meant to be replaced with your actual database details.
Please refer to the attached screenshot for clarification.
Please feel free to contact us if you have any additional questions.
If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.