What are the Service Fabric restrictions for microservice Service names? -
i have run limits on acceptable servicename uri values on servicedescription class passed createserviceasync method of fabricclient.servicemanagementclient.
i referring createserviceasync method. https://docs.microsoft.com/en-us/dotnet/api/system.fabric.fabricclient.servicemanagementclient.createserviceasync?view=azure-dotnet#system_fabric_fabricclient_servicemanagementclient_createserviceasync_system_fabric_description_servicedescription_
it seems uri limited generic uri rules. how true this? service fabric uris have additional syntax rules?
the length of servicename uri appears issue. maximum length servicename uri? defined?
edit:
a service servicename uri of length 350 characters not displaying via service fabric explorer. see following error message: error: failed communicate cluster (get partitions: bad request).
the service 350 character servicename uri still deployed , runs correctly.
Comments
Post a Comment