labs
labs copied to clipboard
learning based labs for Azure Cosmos DB
Line 325 : New-AzStreamAnalyticsJob Error message: A parameter cannot be found that matches parameter name 'File' I think 'File' parameter of New-AzStreamAnalyticsJob is obsolete, so this setup shell doesn't work...
In lab 08 exercise 4 using .NET, there was package reference issue for the packages Microsoft.Azure.Documents and Microsoft.Azure.WebJobs.Host. Which packages are required to be installed to resolve this issue
In lab 08 of Azure Cosmos DB workshop with .NET labs, I run the exercise -2 completely without any error but couldn't see the items created in the destination folder.
Hey team, Any plans to create labs for MongoDB API?
Hello Mark, I am preparing for a partner workshop using the following link: https://github.com/AzureCosmosDB/labs/blob/master/dotnet/labs/08-change_feed_with_azure_functions.md#create-an-azure-function-to-consume-cosmos-db-change-feed I need to build and run the azure function but I get an error message. C:\labs\Lab08\ChangeFeedFunctions>dotnet...
Hi, Any chance to include more details about Handling Rate Limiting errors for .NET? At the moment it looks like the only solution is to increase RU/s. Can the exercise...
After setting up the PowerBI account and creating an Azure function to write data to Event Hub, the build is successful. Once the data is generated from the DataGenerator, the...
I have followed the lab guide, https://github.com/AzureCosmosDB/labs/blob/master/dotnet/labs/08-change_feed_with_azure_functions.md All the initial steps are performed successfully. On testing to confirm if the Materialized View Function works, The dotnet run from the DataGenerator...
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...