Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

97,224

Downloads of v 2.14.23.20250711:

82

Last Update:

11 Jul 2025

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

Azure Cosmos Emulator

This is not the latest version of Azure Cosmos Emulator available.

  • 1
  • 2
  • 3

2.14.23.20250711 | Updated: 11 Jul 2025

Downloads:

97,224

Downloads of v 2.14.23.20250711:

82

Maintainer(s):

Software Author(s):

  • Microsoft

Azure Cosmos Emulator 2.14.23.20250711

This is not the latest version of Azure Cosmos Emulator available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Azure Cosmos Emulator, run the following command from the command line or from PowerShell:

>

To upgrade Azure Cosmos Emulator, run the following command from the command line or from PowerShell:

>

To uninstall Azure Cosmos Emulator, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade azure-cosmosdb-emulator -y --source="'INTERNAL REPO URL'" --version="'2.14.23.20250711'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade azure-cosmosdb-emulator -y --source="'INTERNAL REPO URL'" --version="'2.14.23.20250711'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install azure-cosmosdb-emulator
  win_chocolatey:
    name: azure-cosmosdb-emulator
    version: '2.14.23.20250711'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'azure-cosmosdb-emulator' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.14.23.20250711'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller azure-cosmosdb-emulator
{
    Name     = "azure-cosmosdb-emulator"
    Version  = "2.14.23.20250711"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'azure-cosmosdb-emulator':
  ensure   => '2.14.23.20250711',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 11 Jul 2025.

Description

The Azure Cosmos Emulator provides a local environment that emulates the Azure Cosmos DB service
for development purposes. Using the Azure Cosmos Emulator, you can develop and test your application
locally, without creating an Azure subscription or incurring any costs. When you're satisfied with
how your application is working in the Azure Cosmos Emulator, you can switch to using an Azure Cosmos
account in the cloud.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
    packageName    = $env:ChocolateyPackageName
    fileType       = 'msi'
    url64bit       = 'https://cdbemulator-dmhwaeevbhd3e9f8.b02.azurefd.net/msi/pipeline/azure-cosmosdb-emulator-2.14.23-fc82dff5.msi'
    softwareName   = 'Azure Cosmos DB Emulator'
    checksum64     = 'bfba892c3b9e27093a6aa36cd3c447d812ca32d6a4361db64e753a63c90c2766'
    checksumType64 = 'sha256'
    silentArgs     = '/qn /norestart'
    validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Azure Cosmos Emulator 2.14.24.20250828 96 Thursday, August 28, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250827 132 Wednesday, August 27, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250826 166 Tuesday, August 26, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250825 9 Monday, August 25, 2025
Waiting for Maintainer
Azure Cosmos Emulator 2.14.24.20250824 179 Sunday, August 24, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250823 67 Saturday, August 23, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250822 71 Friday, August 22, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250821 119 Thursday, August 21, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250820 86 Wednesday, August 20, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250819 151 Tuesday, August 19, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250818 108 Monday, August 18, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250817 127 Sunday, August 17, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250816 76 Saturday, August 16, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250815 48 Friday, August 15, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250814 100 Thursday, August 14, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250813 118 Wednesday, August 13, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250812 179 Tuesday, August 12, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250811 109 Monday, August 11, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250810 131 Sunday, August 10, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250809 63 Saturday, August 9, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250808 81 Friday, August 8, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250807 72 Thursday, August 7, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250806 135 Wednesday, August 6, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250805 125 Tuesday, August 5, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250804 135 Monday, August 4, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250803 144 Sunday, August 3, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250802 80 Saturday, August 2, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250801 94 Friday, August 1, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250731 114 Thursday, July 31, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250730 93 Wednesday, July 30, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250729 142 Tuesday, July 29, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250728 138 Monday, July 28, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250727 130 Sunday, July 27, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250726 143 Saturday, July 26, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250725 126 Friday, July 25, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250724 118 Thursday, July 24, 2025 Approved
Azure Cosmos Emulator 2.14.24.20250723 648 Wednesday, July 23, 2025 Approved
Azure Cosmos Emulator 2.14.24 46 Tuesday, July 22, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250722 113 Tuesday, July 22, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250721 125 Monday, July 21, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250720 106 Sunday, July 20, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250719 59 Saturday, July 19, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250718 72 Friday, July 18, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250717 129 Thursday, July 17, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250716 136 Wednesday, July 16, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250715 110 Tuesday, July 15, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250714 113 Monday, July 14, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250713 118 Sunday, July 13, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250712 81 Saturday, July 12, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250711 82 Friday, July 11, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250710 99 Thursday, July 10, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250709 146 Wednesday, July 9, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250708 228 Tuesday, July 8, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250707 219 Monday, July 7, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250706 103 Sunday, July 6, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250705 65 Saturday, July 5, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250704 100 Friday, July 4, 2025 Approved
Azure Cosmos Emulator 2.14.23.20250703 22 Thursday, July 3, 2025 Approved
Azure Cosmos Emulator 2.14.23 32 Thursday, July 3, 2025 Approved
Azure Cosmos Emulator 2.14.21 4195 Sunday, November 17, 2024 Approved
Azure Cosmos Emulator 2.14.12 16968 Tuesday, March 21, 2023 Approved
Azure Cosmos Emulator 2.14.11 1032 Saturday, January 28, 2023 Approved
Azure Cosmos Emulator 2.14.9 43664 Saturday, July 9, 2022 Exempted
Azure Cosmos Emulator 2.14.7 3422 Tuesday, May 10, 2022 Exempted
Azure Cosmos Emulator 2.14.6 7216 Tuesday, March 8, 2022 Exempted
Azure Cosmos Emulator 2.14.5 4758 Wednesday, January 19, 2022 Exempted
Azure Cosmos Emulator 2.14.4 829 Thursday, January 13, 2022 Approved
Azure Cosmos Emulator 2.14.3 1549 Thursday, September 9, 2021 Exempted
Azure Cosmos Emulator 2.14.2 443 Friday, August 13, 2021 Approved
Azure Cosmos Emulator 2.14.1 569 Saturday, June 19, 2021 Approved
Azure Cosmos Emulator 2.14.0 194 Wednesday, June 16, 2021 Approved
Azure Cosmos Emulator 2.11.13 598 Thursday, April 22, 2021 Approved
Azure Cosmos Emulator 2.11.11 469 Tuesday, February 23, 2021 Approved
Azure Cosmos Emulator 2.11.10 500 Wednesday, January 6, 2021 Approved
Azure Cosmos Emulator 2.11.9 373 Friday, December 4, 2020 Approved
Azure Cosmos Emulator 2.11.8 292 Friday, November 6, 2020 Approved
Azure Cosmos Emulator 2.11.6 304 Wednesday, October 7, 2020 Approved
Azure Cosmos Emulator 2.11.5 1752 Monday, August 24, 2020 Approved
Azure Cosmos Emulator 2.11.4 146 Sunday, August 23, 2020 Approved
Azure Cosmos Emulator 2.11.3 169 Wednesday, August 19, 2020 Approved
Azure Cosmos Emulator 2.11.2 155 Tuesday, July 28, 2020 Approved
Azure Cosmos Emulator 2.11.1 248 Wednesday, July 1, 2020 Approved

This package has no dependencies.

Discussion for the Azure Cosmos Emulator Package

Ground Rules:

  • This discussion is only about Azure Cosmos Emulator and the Azure Cosmos Emulator package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Azure Cosmos Emulator, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus