Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The resource name presented contains invalid character '/' #3732

Closed
manoharreddyporeddy opened this issue Nov 2, 2017 · 4 comments
Closed
Assignees
Labels
Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library.

Comments

@manoharreddyporeddy
Copy link

In the azure service bus bindings, of an Azure function, when we select
"If true, creates the Azure Cosmos DB database and collection "
then
with OR with giving partition key
following exception occurs
2017-11-02T04:45:22.460 Exception while executing function: Functions.MyFunc. Microsoft.Azure.Documents.Client: The resource name presented contains invalid character '/'.

@manoharreddyporeddy
Copy link
Author

manoharreddyporeddy commented Nov 19, 2017

Later, I debugged and found that this was because
the "id" of the message in service bus topic, had '/' in it.
After fixing the above it worked fine.

"resource name" is a bit confusing as it is "resource id"

The message could have been:
The resource id presented contains invalid character '/'
instead of
The resource name presented contains invalid character '/'

If above suggested can't be changed, then this can be closed now.

@mozehgir mozehgir transferred this issue from Azure/azure-sdk-for-node Jun 12, 2019
@kurtzeborn kurtzeborn modified the milestones: Sprint 154, Sprint 155 Jun 12, 2019
@praries880 praries880 added CosmosDB customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. labels Jun 17, 2019
@praries880
Copy link

Thank you for opening this issue! We are routing it to the appropriate team for follow up.

@kirankumarkolli
Copy link
Member

@southpolesteve can you please take a look?

@southpolesteve
Copy link
Contributor

These error messages are improved in v2/v3

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

5 participants