AzureServicesForUnity icon indicating copy to clipboard operation
AzureServicesForUnity copied to clipboard

Accessing Azure services (App Service, Table Storage, CosmosDB with Table API, Event Hubs) from a Unity game

Results 2 AzureServicesForUnity issues
Sort by recently updated
recently updated
newest added

Hi, I tried to do as you said in the command, put TableStorageClient.Instance.EndpointStorageType = EndpointStorageType.CosmosDBTableAPI; and TableStorageClient.Instance.AuthenticationToken = "AccountEndpoint=https://cosmosdb-prague.documents.azure.com:443/;AccountKey=UU6OXXXXXXXXXXXXXXXXXXXXX I launch : no error, but if I try to interrogate...

I was looking to use this for posting data to EventHub but getting a reference error for the shared Authentication utility for the CanonicalizedString class. It is contained in the...