Skip to content

Commit bbc28a2

Browse files
committed
Fixed web.powerapps.com instances
1 parent 6fb23c6 commit bbc28a2

File tree

151 files changed

+216
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+216
-216
lines changed

powerapps-docs/administrator/app-analytics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ search.app:
1919
# View analytics reports for your app
2020
Have you built an app and shared it out to your organization? Are you curious how many of your colleagues are using it on a daily basis?
2121

22-
Introducing the first PowerApps analytics report that is now available from [web.powerapps.com](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc); the **App usage report**.
22+
Introducing the first PowerApps analytics report that is now available from [make.powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc); the **App usage report**.
2323

2424
The App usage report gives you the ability to track how many users are using your app over the past 30 days broken down by day, device platform and location.
2525

@@ -31,7 +31,7 @@ All reports are available to any user with "Can edit" permission to the app, but
3131
## Where do I find my app's reports?
3232
You can view your app's reports via the following steps:
3333

34-
1. Go to [web.powerapps.com](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
34+
1. Go to [make.powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3535
2. Select **Apps** from the left navigation bar
3636

3737
![Left navigation bar](./media/app-analytics/left-nav.png)

powerapps-docs/developer/common-data-service/entities.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ There are several ways to edit entity metadata using designers.
4646

4747
|Designer |Description |
4848
|---------|---------|
49-
|powerapps.com|The easiest and most common approach to modify the schema is to use the [powerapps.com](https://web.powerapps.com/) site to edit Common Data Service associated with an environment. Changes applied here are performed in the context of an unmanaged Common Data Service Default solution. <!-- TODO: Add link to topic that describes this -->|
50-
|Common Data Service Default solution explorer|There is another designer available from the [powerapps.com](https://web.powerapps.com/) site when editing Common Data Service. In the lower left-hand corner, the **Advanced** button will open the solution explorer to the Common Data Service Default solution. |
49+
|powerapps.com|The easiest and most common approach to modify the schema is to use the [powerapps.com](https://make.powerapps.com/) site to edit Common Data Service associated with an environment. Changes applied here are performed in the context of an unmanaged Common Data Service Default solution. <!-- TODO: Add link to topic that describes this -->|
50+
|Common Data Service Default solution explorer|There is another designer available from the [powerapps.com](https://make.powerapps.com/) site when editing Common Data Service. In the lower left-hand corner, the **Advanced** button will open the solution explorer to the Common Data Service Default solution. |
5151
|Solution explorer for your solution |If you will distribute a solution you should create any new entities, attributes, or relationships in the context of the unmanaged solution that you will use to develop your solution. <br /> More information: [Create a solution publisher and solution](introduction-solutions.md#create-a-solution-publisher-and-solution)|
5252
|From the form editor|When editing a model-driven app form for an entity, you can click the **New Field** button in the **Field Explorer**. If you create a lookup field, you will create a new entity relationship to support it.|
5353

powerapps-docs/developer/common-data-service/introduction-solutions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ More information: [Maintain managed solutions > Create managed solution updates]
7272

7373
To create a solution publisher and a solution you need to navigate to the Common Data Service Customization area.
7474

75-
From [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
75+
From [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
7676

7777
1. Select the *Waffle* icon at the top left corner
7878
2. In the fly out, select **All apps**.

powerapps-docs/developer/common-data-service/webapi/quick-start-console-app-csharp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ You will authenticate and use an <xref:System.Net.Http.HttpClient> to send a `GE
152152
```
153153
To get the `url` value:
154154

155-
1. From the [https://web.powerapps.com](https://web.powerapps.com) site with the appropriate environment selected, select **Settings** ![Settings button](media/settings-icon.png) and choose **Advanced Customizations**. Then select **Developer resources**.
155+
1. From the [https://make.powerapps.com](https://make.powerapps.com) site with the appropriate environment selected, select **Settings** ![Settings button](media/settings-icon.png) and choose **Advanced Customizations**. Then select **Developer resources**.
156156
1. In the **Developer Resources** page, look for the **Instance Web API** value and copy it.
157157

158158
It should look something like `https://yourorgname.api.crm.dynamics.com/api/data/v9.1/`. But for this sample, you must trim off the final part (`/api/data/v9.1/`) so that it is just `https://yourorgname.api.crm.dynamics.com`
159159
160-
For the `userName` and `password` variables, use the same credentials you used to log into the [https://web.powerapps.com](https://web.powerapps.com) site.
160+
For the `userName` and `password` variables, use the same credentials you used to log into the [https://make.powerapps.com](https://make.powerapps.com) site.
161161
162162
## Run the program
163163

powerapps-docs/developer/model-driven-apps/client-scripting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Client-side scripting using JavaScript is one of the ways to apply custom busine
2222
> [!IMPORTANT]
2323
> All the client scripting concepts and APIs explained in this documentation also apply to Dynamics 365 Customer Engagement (on-premises) users.
2424
25-
Client scripting shouldn't be your first choice though for applying custom business process logic in model-driven app forms. *Business rules* provide a way for someone, who does not know JavaScript and is not a developer, to apply business process logic in a form. More information: [Create business rules to apply logic](/powerapps/maker/model-driven-apps/create-business-rules-recommendations-apply-logic-form). You will find the business rule designer within the **Common Data Service** area on [powerapps.com](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). When you view an entity, look for the **Business rules** tab.
25+
Client scripting shouldn't be your first choice though for applying custom business process logic in model-driven app forms. *Business rules* provide a way for someone, who does not know JavaScript and is not a developer, to apply business process logic in a form. More information: [Create business rules to apply logic](/powerapps/maker/model-driven-apps/create-business-rules-recommendations-apply-logic-form). You will find the business rule designer within the **Common Data Service** area on [powerapps.com](http://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). When you view an entity, look for the **Business rules** tab.
2626

2727
However, if your business requirement can't be achieved using a business rule, you will find that client-scripting using the client API object model provides a powerful way to extend the behavior of the application and enable automation in the client.
2828

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

33
1. [Sign up](../maker/signup-for-powerapps.md) for PowerApps.
4-
1. [Sign in](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
4+
1. [Sign in](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
55
1. Under **Make your own app**, hover over the **Canvas app from blank** tile, select the phone icon, and then select **Make this app**.
66
1. Learn how to [add and configure controls](../maker/canvas-apps/add-configure-controls.md).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Prerequisites
2-
* Access to [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
2+
* Access to [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
33
* Add the [connection](../maker/canvas-apps/add-manage-connections.md)
44
* Create an app from a [template](../maker/canvas-apps/get-started-test-drive.md), from [data](../maker/canvas-apps/get-started-create-from-data.md), or from [scratch](../maker/canvas-apps/get-started-create-from-blank.md)

powerapps-docs/maker/canvas-apps/add-app-solution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To follow the steps in this topic, you must switch to an environment that contai
2828

2929
You can skip this procedure if you already have a solution in which you want to create an app or to which you want to link an app.
3030

31-
1. [Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps, and then (if necessary) switch to the appropriate environment:
31+
1. [Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps, and then (if necessary) switch to the appropriate environment:
3232

3333
- If you want to create an app from within a solution, switch to any environment that contains a Common Data Service database.
3434
- If you want to link an existing app to a solution, switch to the environment that contains that app.
@@ -59,7 +59,7 @@ You can skip this procedure if you already have a solution in which you want to
5959

6060
You can create a blank canvas app from within a solution. You can't automatically generate a three-screen app or customize a template or sample app from within a solution.
6161

62-
1. [Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
62+
1. [Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
6363

6464
1. If necessary, switch to the environment that contains the solution in which you want to create a canvas app.
6565

@@ -90,7 +90,7 @@ You can create a blank canvas app from within a solution. You can't automaticall
9090

9191
If you want to link an app to a solution, both must be in the same environment, and the app must have been created from within a solution.
9292

93-
1. [Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
93+
1. [Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
9494

9595
1. If necessary, switch to the environment that contains the solution to which you want to link an app.
9696

powerapps-docs/maker/canvas-apps/add-configure-controls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add a variety of UI elements to your canvas app, and configure aspects of their
2020

2121
## Prerequisites
2222

23-
1. If you don't already have a PowerApps license, [sign up](../signup-for-powerapps.md), and then [sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
23+
1. If you don't already have a PowerApps license, [sign up](../signup-for-powerapps.md), and then [sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
2424
1. Under **Make your own app**, hover over **Canvas app from blank**, and then select **Make this app**.
2525
1. If you're prompted to take the intro tour, select **Next** to get familiar with key areas of the PowerApps interface (or select **Skip**).
2626

powerapps-docs/maker/canvas-apps/add-data-connection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Your [next step](#next-steps) after this article is to display and manage data f
2727

2828
## Prerequisites
2929

30-
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) by providing the same credentials that you used to sign up.
30+
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](http://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) by providing the same credentials that you used to sign up.
3131

3232
## Open a blank app
3333

powerapps-docs/maker/canvas-apps/add-gallery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Show a list of items from any data source by adding a **[Gallery](controls/contr
2828
2. Upload the Excel file to a [cloud-storage account](connections/cloud-storage-blob-connections.md), such as OneDrive for Business.
2929

3030
- Open a blank app:
31-
1. [Sign in to PowerApps](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
31+
1. [Sign in to PowerApps](http://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3232

3333
1. Under **Make your own app**, select **Canvas app from blank**.
3434

powerapps-docs/maker/canvas-apps/add-images-pictures-audio-video.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This topic shows you how to embed multimedia files in your canvas app, upload pe
2020

2121
## Prerequisites
2222

23-
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
23+
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
2424

2525
## Add media from a file or the cloud
2626

powerapps-docs/maker/canvas-apps/add-manage-connections.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ search.app:
1515
- PowerApps
1616
---
1717
# Manage canvas-app connections in PowerApps
18-
In [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), create a connection to one or more data sources, delete a connection, or update its credentials.
18+
In [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), create a connection to one or more data sources, delete a connection, or update its credentials.
1919

2020
Your canvas app's data connection can connect to SharePoint, SQL Server, Office 365, OneDrive for Business, Salesforce, Excel, and many other [data sources](connections-list.md).
2121

@@ -30,7 +30,7 @@ Your next step after this article is to display and manage data from the data so
3030

3131
## Prerequisites
3232
1. [Sign up](../signup-for-powerapps.md) for PowerApps.
33-
2. Sign in to [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
33+
2. Sign in to [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
3434

3535
## Background on data connections
3636
Most PowerApps apps use external information called **Data Sources** that is stored in cloud services. A common example is a table in an Excel file stored in OneDrive for Business. Apps are able to access these data sources by using **Connections**.
@@ -41,17 +41,17 @@ There are other kinds of data sources that are not tables, such as email, calend
4141

4242
Using the **[Gallery](controls/control-gallery.md)**, **[Display form](controls/control-form-detail.md)**, and **[Edit form](controls/control-form-detail.md)** controls, it is easy to create an app that reads and writes data from a data source. To get started, read the article [Understand data forms](working-with-forms.md).
4343

44-
In addition to creating and managing connections in [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), you also create connections when you do these tasks:
44+
In addition to creating and managing connections in [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), you also create connections when you do these tasks:
4545

4646
* Automatically generate an [app from data](app-from-sharepoint.md), such as a custom SharePoint list.
4747
* Update an existing app, or create one from scratch as [add a connection](add-data-connection.md) describes.
4848
* Open an app that another user created and [shared with you](share-app.md).
4949

5050
> [!NOTE]
51-
> If you want to use PowerApps Studio instead, open the **File** menu, and then click or tap **Connections**, [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) opens so that you can create and manage connections there.
51+
> If you want to use PowerApps Studio instead, open the **File** menu, and then click or tap **Connections**, [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) opens so that you can create and manage connections there.
5252
5353
## Create a new connection
54-
1. If you have not already done so, log in to [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
54+
1. If you have not already done so, log in to [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
5555
2. In the left navigation bar, click or tap **Connections**.
5656

5757
![Connections Manage](./media/add-manage-connections/open-connections.png)

powerapps-docs/maker/canvas-apps/add-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In an app for which you have the **Contributor** permission, add a PowerApps Not
5454
## Send a notification from an app
5555
You can send a push notification from one app to another or to the same app.
5656

57-
1. In [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
57+
1. In [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
5858
2. On the **Details** tab, copy the **App ID** of that app.
5959

6060
![Get App ID](./media/add-notifications/grab-id.png)

powerapps-docs/maker/canvas-apps/app-from-sharepoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The principles of generating an app won't change even if you create a list that'
3636
3737
## Generate an app from within PowerApps
3838

39-
1. Sign in to [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
39+
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
4040

4141
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
4242

powerapps-docs/maker/canvas-apps/cognitive-services-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now that you have the Text Analytics API up and running, you connect to it from
6565
### Create the app and add a connection
6666
First, you create a blank phone app and add a connection with the **Text Analytics** connector. If you need more information about these tasks, see [Create an app from scratch](get-started-create-from-blank.md) and [Manage your connections in PowerApps](add-manage-connections.md).
6767

68-
1. In [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), choose **Start from blank** > ![Phone app icon](./media/cognitive-services-api/icon-phone-app.png) (phone) > **Make this app**.
68+
1. In [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), choose **Start from blank** > ![Phone app icon](./media/cognitive-services-api/icon-phone-app.png) (phone) > **Make this app**.
6969

7070
![Start from blank](./media/cognitive-services-api/start-from-blank.png)
7171

0 commit comments

Comments
 (0)