Difference between revisions of "Environment"

From Power Wiki
Jump to navigation Jump to search
(Created page with "An environment is a space to store and manage all data, apps and flows that are created. Different environments can be used for different purposes and you move your data, apps...")
 
Line 2: Line 2:
  
 
Environments is a part of the [[ALM]] concept from Microsoft. When starting with the Power Platform it is recommended to set up an environment strategy, e.g. how many environments should there be and what purpose do they have. Examples of different environments are development environment, test environment and production environment.  
 
Environments is a part of the [[ALM]] concept from Microsoft. When starting with the Power Platform it is recommended to set up an environment strategy, e.g. how many environments should there be and what purpose do they have. Examples of different environments are development environment, test environment and production environment.  
 +
 +
There are different types of environments:
 +
 +
* Default - Each Microsoft 365 tenant has a default environment which is created automatically. It is NOT intended to be used as production environment.
 +
* Developer - The type of environment you will get if signing up for a Community Plan
 +
* Production - For your apps and flows which should be used on permanent basis.
 +
* Sandbox - For non-production environments, e.g. for development and testing.
 +
* Support -  Environments created by Microsoft Support. Copy of another environment. Do not affect the storage capacity.
 +
* Trial - For trying out new functionality or other short-term test purposes. It is deleted after 30 days.
  
 
== Microsoft Resources ==  
 
== Microsoft Resources ==  
 
* [https://docs.microsoft.com/en-us/power-platform/admin/environments-overview Environments overview]
 
* [https://docs.microsoft.com/en-us/power-platform/admin/environments-overview Environments overview]
 
* [https://docs.microsoft.com/en-us/power-platform/alm/environment-strategy-alm environment Strategy for ALM]
 
* [https://docs.microsoft.com/en-us/power-platform/alm/environment-strategy-alm environment Strategy for ALM]

Revision as of 19:17, 11 January 2021

An environment is a space to store and manage all data, apps and flows that are created. Different environments can be used for different purposes and you move your data, apps and flows between environments by using solutions.

Environments is a part of the ALM concept from Microsoft. When starting with the Power Platform it is recommended to set up an environment strategy, e.g. how many environments should there be and what purpose do they have. Examples of different environments are development environment, test environment and production environment.

There are different types of environments:

  • Default - Each Microsoft 365 tenant has a default environment which is created automatically. It is NOT intended to be used as production environment.
  • Developer - The type of environment you will get if signing up for a Community Plan
  • Production - For your apps and flows which should be used on permanent basis.
  • Sandbox - For non-production environments, e.g. for development and testing.
  • Support - Environments created by Microsoft Support. Copy of another environment. Do not affect the storage capacity.
  • Trial - For trying out new functionality or other short-term test purposes. It is deleted after 30 days.

Microsoft Resources