Page Index - PlagueHO/CosmosDB GitHub Wiki
140 page(s) in this GitHub Wiki:
- Home
- CosmosDB PowerShell Module
- Module Build Status
- Table of Contents
- Introduction
- Requirements
- PowerShell Module Dependencies
- Recommended Knowledge
- Installation
- Getting Started
- Working with Contexts
- Create a Context Using an Entra ID Authorization Token
- Using Entra ID Authorization Token for a custom cloud environment
- Configuring Role-Based Access Control (RBAC) with Entra ID
- Database Operations allowed by Role-Based Access Control
- Create a Context specifying the Key Manually
- Use CosmosDB Module to Retrieve Key from Azure Management Portal
- Create a Context from Resource Authorization Tokens
- Create a Context for a Cosmos DB in Azure US Government Cloud
- Create a Context for a Cosmos DB in Azure China Cloud (Mooncake)
- Create a Context for a Cosmos DB with a Custom Endpoint
- Create a Context for a Cosmos DB Emulator
- Working with Accounts
- Working with Databases
- Working with Offers
- Working with Collections
- Creating a Collection with a custom Indexing Policy
- Creating a Collection with a custom Indexing Policy including Composite Indexes
- Update an existing Collection with a new Indexing Policy
- Creating a Collection with a custom Indexing Policy using JSON
- Creating a Collection with a custom Unique Key Policy
- Update an existing Collection with a new Unique Key Policy
- Creating a Collection without a Partition Key
- Working with Documents
- Using a While Loop to get all Documents in a Collection
- Working with Documents in a non-partitioned Collection
- Working with Attachments
- Working with Users
- Working with Permissions
- Using Resource Authorization Tokens
- Working with Triggers
- Working with Stored Procedures
- Working with User Defined Functions
- How to Handle Exceeding Provisioned Throughput
- Default
- Additive
- Linear
- Exponential
- Random
- Compatibility and Testing
- Contributing
- Cmdlets
- Change Log
- Links
- ConvertTo CosmosDbTokenDateString
- CosmosDB
- Get CosmosDbAccount
- Get CosmosDbAccountConnectionString
- Get CosmosDbAccountMasterKey
- Get CosmosDbAttachment
- Get CosmosDbAttachmentResourcePath
- Get CosmosDbAuthorizationHeaderFromContext
- Get CosmosDbCollection
- Get CosmosDbCollectionResourcePath
- Get CosmosDbCollectionSize
- Get CosmosDbContinuationToken
- Get CosmosDbDatabase
- Get CosmosDbDatabaseResourcePath
- Get CosmosDbDocument
- Get CosmosDbDocumentJson
- Get CosmosDbDocumentResourcePath
- Get CosmosDbEntraIdToken
- Get CosmosDbOffer
- Get CosmosDbOfferResourcePath
- Get CosmosDbPermission
- Get CosmosDbPermissionResourcePath
- Get CosmosDbResponseHeaderAttribute
- Get CosmosDbStoredProcedure
- Get CosmosDbStoredProcedureResourcePath
- Get CosmosDbTrigger
- Get CosmosDbTriggerResourcePath
- Get CosmosDbUri
- Get CosmosDbUser
- Get CosmosDbUserDefinedFunction
- Get CosmosDbUserDefinedFunctionResourcePath
- Get CosmosDbUserResourcePath
- Invoke CosmosDbRequest
- Invoke CosmosDbStoredProcedure
- New CosmosDbAccount
- New CosmosDbAccountMasterKey
- New CosmosDbAttachment
- New CosmosDbBackoffPolicy
- New CosmosDbCollection
- New CosmosDbCollectionCompositeIndexElement
- New CosmosDbCollectionExcludedPath
- New CosmosDbCollectionIncludedPath
- New CosmosDbCollectionIncludedPathIndex
- New CosmosDbCollectionIndexingPolicy
- New CosmosDbCollectionUniqueKey
- New CosmosDbCollectionUniqueKeyPolicy
- New CosmosDbContext
- New CosmosDbContextToken
- New CosmosDbDatabase
- New CosmosDbDocument
- New CosmosDbInvalidArgumentException
- New CosmosDbInvalidOperationException
- New CosmosDbPermission
- New CosmosDbStoredProcedure
- New CosmosDbTrigger
- New CosmosDbUser
- New CosmosDbUserDefinedFunction
- Remove CosmosDbAccount
- Remove CosmosDbAttachment
- Remove CosmosDbCollection
- Remove CosmosDbDatabase
- Remove CosmosDbDocument
- Remove CosmosDbPermission
- Remove CosmosDbStoredProcedure
- Remove CosmosDbTrigger
- Remove CosmosDbUser
- Remove CosmosDbUserDefinedFunction
- Set CosmosDbAccount
- Set CosmosDbAttachment
- Set CosmosDbAttachmentType
- Set CosmosDbCollection
- Set CosmosDbCollectionType
- Set CosmosDbDatabaseType
- Set CosmosDbDocument
- Set CosmosDbDocumentType
- Set CosmosDbOffer
- Set CosmosDbOfferType
- Set CosmosDbPermissionType
- Set CosmosDbStoredProcedure
- Set CosmosDbStoredProcedureType
- Set CosmosDbTrigger
- Set CosmosDbTriggerType
- Set CosmosDbUser
- Set CosmosDbUserDefinedFunction
- Set CosmosDbUserDefinedFunctionType
- Set CosmosDbUserType