Click here to Skip to main content
15,894,319 members
Everything / Cosmos

Cosmos

cosmos

Great Reads

by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
by Jeremy Likness
A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.

Latest Articles

by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
by Jeremy Likness
A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.

All Articles

Sort by Score

Cosmos 

8 Sep 2022 by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
14 Dec 2014 by Richard MacCutchan
I suggest you look at https://github.com/CosmosOS/Cosmos[^].
2 Oct 2016 by Dave Kreskowiak
You can't.You wrote a Windows Forms application. Does that tell you anything at all about what your application depends on to run?You MUST have Windows and you MUST have the .NET Framework installed that you wrote that application against. The .NET Framework itself REQUIRES Windows.
9 Oct 2016 by Dave Kreskowiak
You're not going to do it with C# or VB.NET since both target the .NET Framework and that needs Windows just to install let alone run.Partition Magic is written in C/C++ with some Assembly. It doesn't need external libraries and the code has no dependencies on any O/S whatsoever. Any...
7 Apr 2020 by Jörgen Andersson
Create a database link in SQL Server Connect to Cosmos DB Data as a Linked Server[^]
26 May 2020 by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
21 Jul 2021 by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
14 Dec 2014 by Member 11271503
I saw some Tutorials where VGAScreen was used.I can't find it in my Cosmos.Isit possible to download an older Cosmos milestone (and which?)And how to use VGAScreen there.
2 Oct 2016 by JAC PLAGUE
HiI've created an application using VB.net and I need to run it without Installing windows. Is there anyway to run my application under cosmos?If not, is there other way other than cosmos ?What I have tried:I haven't tried anything except for the Cosmos Command VGAScreen...But I...
9 Oct 2016 by JAC PLAGUE
For those who are not familiar with a program Partition Magic, It's - As the Name express - is a HDD partitioning software.What is Unique about it is that it has a fully functional GUI that looks like the windows interface of the same program.if you boot with partition magic you will...
13 Nov 2019 by Anil K. Choudhary
Hey, There are multiple ways to add alerts through code please use below ARM Template. ARM Templates { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "alertName": { ...
21 Nov 2019 by Jeremy Likness
A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.
5 Mar 2020 by Member 14637786
Hello, I have quite unique situation to handle (I guess). So the scenario is that I have a CosmosDb and a model of data looking like this: { "deviceId": "exampleId", "properties": [ { "name": "temperature", "value": 20 }, {...
7 Apr 2020 by Nityananda Das
I have a requirement where I need to get data from different database i.e. cosmos and sql. How can I join both the table and get the data? Below is the data that needs to be fetched. The common column in both is DossierGloabalId which can be use...
7 Jun 2021 by Prasad Nikumbh
I am using Azure data factory(ADF) Pipeline-Copy Activity to copy data from cosmos db to datalake.I have created linkedservice for source (Cosmos db ) and destination (Data lake gen 2- Delimited format (.tsv))as I want my output in tsv format or...
14 Nov 2014 by Myvar
How to develop an advance operating system GUI in cosmos.
13 Nov 2019 by madhukrishnahere
Instead of creating alerts in every environment for Azure resources, need to add alerts for the following resource through ARM templates. API Management Service App Service SignalR Key Vault Azure Storage Cosmos DB Kubernetes Service What I have tried: I haven't found proper references for...