Application Environment

Environment Note Development Used for development. QA Used by QA for testing and verification.Should be on its own network other than development. Staging Used for acceptance testing.Should be in the same network as Production. Production Used for production.

Azure Cosmos DB

Azure Cosmos DB is Microsoft’s proprietary globally-distributed, multi-model database service “for managing data at planet-scale” launched in May 2017. It is schema-agnostic, horizontally scalable, and generally classified as a NoSQL database. Azure Cosmos DB is a fully managed NoSQL database service for modern app development. Get guaranteed single-digit millisecond response times and 99.999-percent availability, backed... » read more

SQL vs NoSQL

What is NoSQL? NoSQL is a non-relational DMS, that does not require a fixed schema, avoids joins, and is easy to scale. NoSQL database is used for distributed data stores with humongous data storage needs. NoSQL is used for Big data and real-time web apps. For example companies like Twitter, Facebook, Google that collect terabytes of... » read more

Enable Anonymous Access for Confluence Site

https://support.atlassian.com/confluence-cloud/docs/set-up-public-access/ To enable anonymous access: Select (Settings) in the Confluence navigation Choose Global Permissions in the left-hand panel Click Edit Permissions In the Anonymous Access section, check the box under Use Confluence Click Save all To allow anonymous users to see user profiles, check the checkbox in the View User Profiles section. You need to grant the Use Confluence permission to grant the View User... » read more

Set Azure Function Time Zone for Timer Trigger

Azure Function based on Web app sandbox. Web app need you to set the timezone in env settings first. The timetrigger attribute is the declaration part of the function. The environment variables will be checked here. If you do not set the environment variables about the time zone in advance, it will be processed according... » read more