Skip to content

Commit e8bb70c

Browse files
committed
FAQ additions
1 parent 9f6b6cc commit e8bb70c

File tree

2 files changed

+80
-9
lines changed

2 files changed

+80
-9
lines changed

powerapps-docs/administrator/environments-administration.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,26 +172,58 @@ An organization's data must be protected so that it isn't shared with audiences
172172
![](./media/environment-admin/data-policies.png)
173173

174174
## Frequently asked questions
175-
### How many environments can I create?
176-
Each user can create up to two Trial environments and two Production environments, depending on their license.
175+
### How many environments and databases can I create?
176+
You can create up to two Trial environments and two Production environments, depending on their license. [Read here](environments-overview.md#creating-an-environment) for more details.
177+
Each user can provision databases in two Trial environments and two Production environments, depending on their license.
177178

178-
### How many databases can I provision?
179-
Each user can provision databases in two Trial environments and two Production environments, depending on their license. The user needs to an **Environment Admin** in the environment.
179+
### Which license includes Common Data Service?
180+
PowerApps Plan 2. See [PowerApps pricing page][3] for details on all the plans that include this license.
181+
182+
### While trying to create a new environment, I am getting an error. How should I resolve it?
183+
If you are getting the following error message: "Either your plan doesn’t support the environment type selected or you’ve reached the limit for that type of environment." , it can mean one of the two things
184+
185+
1. You have already utilized your quota to create a specific type of environments. Say you were creating a Trial environment and you get this error message. That means, that you have already provisioned two Trial environments. You can view all the environments in [PowerApps admin center][1].
186+
If you want, you can delete an existing environment of that specific type and create a new one. But, please make sure that you don't lose your data, apps, flows and other resources which you want to retain.
187+
188+
2. You do not have a quota to create that specific type of the environment. Check what type of environment you can create [here](environments-overview.md#creating-an-environment).
189+
190+
If you are getting any other error message or have more questions, please connect with us [here][5].
191+
192+
### While trying to create a database in an environment, I am getting an error. How should I resolve it?
193+
In following scenarios, you can get an error while trying to create a database:
194+
195+
1. **Default environment**: Creating a database is currently not supported in a default environment of the tenant.
196+
197+
2. **Environment for an individual use**: You get an environment for your individual use, by signing-up from the PowerApps Community Plan. If you have not created the database yet, then currently you can't provision a database in the environment for individual use.
198+
199+
3. **Environment in a different region, than your AAD tenant's home region**: Currently, you can only provision a database in the environments created in your Azure Active Directory Tenant home region. Ability to provision a database in the other regions, will be coming soon. So, make sure to keep the region same as tenant's default ___location, if you want to create a database in it.
200+
201+
4. **Creating databases not supported in certain regions**: There are certain regions, where creating databases is still not available. e.g. countries in South America. So, if your tenant's home ___location is South America, you currently can't provision a database in any environment.
202+
203+
We are working on enabling all of the above scenarios.
204+
If you are getting any other error message or have more questions, please connect with us [here][5]
205+
206+
### When will my Trial environment expire?
207+
Trial environment expires after 30 days of its creation. If you don't want your environment to expire, there will be ways to convert it into a Production environment. This functionality, will be coming soon and we will not expire Trial environments till then.
208+
209+
### Does my current database (created with previous version of the Common Data Service) also gets counted in the quota?
210+
If you had a database (created with previous version of the Common Data Service), they will also get counted with your Production environment quota. If you now create a database in an environment (created prior to March 15, 2018) then it will also get counted as Production environment.
180211

181212
### Can I rename an environment?
182213
Yes, this functionality is available from the PowerApps admin center. See [Environments Administration](environments-administration.md#rename-your-environment) for more details.
183214

184215
### Can I delete an environment?
185216
Yes, this functionality is available from the PowerApps admin center. See [Environments Administration](environments-administration.md#delete-your-environment) for more details.
217+
Please note that you currently can't delete a Production environment with a database (with latest version of the Common Data Service). This will be coming soon!
186218

187219
### As an Environment Admin, can I view and manage all resources (apps, flows, APIs, etc.) for an environment?
188220
Yes, the ability to view the apps and flows for an environment is available from the PowerApps admin center. See [View Apps](admin-view-apps.md) for more details.
189221

190-
### Which license includes Common Data Service?
191-
PowerApps Plan 2. See [PowerApps pricing page][3] for details on all the plans that include this license.
222+
192223

193224
<!--Reference links in article-->
194225
[1]: https://admin.powerapps.com
195226
[2]: https://web.powerapps.com
196227
[3]: https://powerapps.microsoft.com/pricing/
197228
[4]: https://admin.flow.microsoft.com
229+
[5]: https://go.microsoft.com/fwlink/?linkid=871628

powerapps-docs/administrator/environments-overview.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,14 @@ Your license determines whether you can create environments.
9494

9595
| License | Environment creation is allowed |
9696
| --- | --- |
97-
| PowerApps P2 ||
98-
| PowerApps P2 Trial ||
97+
| PowerApps P2 |(Two Production and Two Trial environments)|
98+
| PowerApps P2 Trial |(Two Trial environments)|
9999
| PowerApps P1 |x |
100100
| PowerApps P1 Trial |x |
101101
| Dynamics 365 Plans |x |
102102
| Office 365 Plans |x |
103103
| Dynamics 365 Apps and Teams Plans |x |
104104

105-
Each user can create up to two Trial environments. PowerApps P2 can also create up to two Production environments.
106105

107106
### Where can environments be created?
108107
You will be able to create new environments from [PowerApps.com][2] and from the [PowerApps admin center][1]. If you create an environment, you will automatically be added to the Environment Admin role for that environment. There is not be a limit on the number of environments that you can participate in as a member of the Environment Admin or Environment Maker role. For more information about environments, see [Administer environments in PowerApps](environments-administration.md). For instructions on how to create an environment, see [Create an environment](create-environment.md).
@@ -119,7 +118,47 @@ In PowerApps admin center, you can manage all of the environments that you have
119118
* Set database security policies (as open or restricted by database roles). For more information, see [Configure database security](database-security.md).
120119
* Members of the Azure AD tenant Global administrator role (includes Office 365 Global admins) can also manage all environments that have been created in their tenant and set tenant-wide policies from the PowerApps admin center.
121120

121+
## FAQ
122+
* How many environments can I create based on my PowerApps plan? *
123+
124+
You can create two Production and two Trial environments, based on your plan. [Read here](environments-overview.md/Creating_an_environment) for more details.
125+
126+
* While trying to create a new environment, I am getting an error. How should I resolve it?*
127+
128+
If you are getting the following error message: "Either your plan doesn’t support the environment type selected or you’ve reached the limit for that type of environment." , it can mean one of the two things:
129+
130+
1. You have already utilized your quota to create a specific type of environments. Say you were creating a Trial environment and you get this error message. That means, that you have already provisioned two Trial environments. You can view all the environments in [PowerApps admin center][1].
131+
If you want, you can delete an existing environment of that specific type and create a new one. But, please make sure that you don't lose your data, apps, flows and other resources which you want to retain.
132+
133+
2. You do not have a quota to create that specific type of the environment. Check what type of environment you can create here (environments-overview.md/Creating_an_environment).
134+
135+
If you are getting any other error message or have more questions, please connect with us [here][4]
136+
137+
* While trying to create a database in an environment, I am getting an error. How should I resolve it?
138+
139+
In following scenarios, you can get an error while trying to create a database:
140+
1. **Default environment**: Creating a database is currently not supported in a default environment in the tenant.
141+
2. **Environment for an individual use**: You get an environment for your individual use, by signing-up from the PowerApps Community Plan. If you have not created the database yet, then currently you can't provision a database in the environment for individual use.
142+
3. **Environment in a different region, than your AAD tenant's home region**: Currently, you can only provision a database in the environments created in your Azure Active Directory Tenant home region. Ability to provision a database in the other regions, will be coming soon. So, make sure to keep the region same as tenant's default ___location, if you want to create a database in it.
143+
4. **Creating databases not supported in certain regions**: There are certain regions, where creating databases is still not available. e.g. countries in South America. So, if your tenant's home ___location is South America, you currently can't provision a database in any environment.
144+
145+
We are working on enabling all of the above scenarios.
146+
If you are getting any other error message or have more questions, please connect with us [here][4]
147+
148+
* When will my Trial environment expire?
149+
150+
Trial environment expires after 30 days of creation. If you don't want your environment to expire, there will be ways to convert it into a Production environment. This functionality, will be coming soon and we will not expire Trial environments till then.
151+
152+
* Does my current database (created with previous version of the Common Data Service) also gets counted in the quota?
153+
154+
If you had a database (created with previous version of the Common Data Service), they will also get counted with your Production environment quota. If you now create a database in an environment (created prior to March 15, 2018) then it will also get counted as Production environment.
155+
156+
157+
158+
159+
122160
<!--Reference links in article-->
123161
[1]: https://admin.powerapps.com
124162
[2]: https://web.powerapps.com
125163
[3]: https://aka.ms/cdspreviewtoga
164+
[4]: https://go.microsoft.com/fwlink/?linkid=871628

0 commit comments

Comments
 (0)