Skip to content

Commit

Permalink
changing links about resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
tfitzmac committed Nov 14, 2016
1 parent e8e3e8d commit 0b7c4c9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This tutorial assumes you have created an App Service Environment. If you haven'
If you have multiple subscriptions be aware that to create an app in your App Service Environment, you need to use the same subscription that you used when creating the environment.
3. Select or create a resource group.

*Resource groups* enable you to manage related Azure resources as a unit and are useful when establishing *role-based access control* (RBAC) rules for your apps. For more information, see [Managing your Azure resources][ResourceGroups].
*Resource groups* enable you to manage related Azure resources as a unit and are useful when establishing *role-based access control* (RBAC) rules for your apps. For more information, see [Azure Resource Manager overview][ResourceGroups].
4. Select or create an App Service plan.

*App Service plans* are managed sets of web apps. Normally when you select pricing, the price charged is applied to the App Service plan rather than to the individual apps. In an ASE you pay for the compute instances allocated to the ASE rather than what you have listed with your ASP. To scale up the number of instances of a web app you scale up the instances of your App Service plan and it affects all of the web apps in that plan. Some features such as site slots or VNET Integration also have quantity restrictions within the plan. For more information, see [Azure App Service plans overview](../app-service/azure-web-sites-web-hosting-plans-in-depth-overview.md)
Expand Down Expand Up @@ -106,5 +106,5 @@ After creating your web app and App Service plan it is a good idea to scale it u
[HowtoCreateASE]: http://azure.microsoft.com/documentation/articles/app-service-web-how-to-create-an-app-service-environment/
[HowtoScale]: http://azure.microsoft.com/documentation/articles/app-service-web-scale-a-web-app-in-an-app-service-environment
[HowtoConfigureASE]: http://azure.microsoft.com/documentation/articles/app-service-web-configure-an-app-service-environment
[ResourceGroups]: http://azure.microsoft.com/documentation/articles/resource-group-portal/
[ResourceGroups]: ../azure-resource-manager/resource-group-overview.md
[AzurePowershell]: http://azure.microsoft.com/documentation/articles/powershell-install-configure/
6 changes: 3 additions & 3 deletions articles/app-service-web/web-sites-java-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This section shows how to create a web app and configure it for Java using the *
This name must be unique in the azurewebsites.net domain because the URL of the web app will be {name}.azurewebsites.net. If the name you enter isn't unique, a red exclamation mark appears in the text box.
4. Select a **Resource Group** or create a new one.

For more information about resource groups, see [Using the Azure Portal to manage your Azure resources].
For more information about resource groups, see [Resource Manager overview].
5. Select an **App Service plan/Location** or create a new one.

For more information about App Service plans, see [Azure App Service plans overview].
Expand Down Expand Up @@ -108,7 +108,7 @@ This section shows how to use the Azure Marketplace to create a Java web app. Th
This name must be unique in the azurewebsites.net domain because the URL of the web app will be {name}.azurewebsites.net. If the name you enter isn't unique, a red exclamation mark appears in the text box.
8. Select a **Resource Group** or create a new one.

For more information about resource groups, see [Using the Azure Portal to manage your Azure resources].
For more information about resource groups, see [Resource Manager overview].
9. Select an **App Service plan/Location** or create a new one.

For more information about App Service plans, see [Azure App Service plans overview].
Expand Down Expand Up @@ -147,7 +147,7 @@ For more information about developing Java applications in Azure, see the [Java
[Try App Service]: http://go.microsoft.com/fwlink/?LinkId=523751
[web app in Azure App Service]: http://go.microsoft.com/fwlink/?LinkId=529714
[Java Developer Center]: /develop/java/
[Using the Azure Portal to manage your Azure resources]: ../azure-portal/resource-group-portal.md
[Resource Manager overview]: ../azure-resource-manager/resource-group-overview.md
[Upload a custom Java web app to Azure]: ./web-sites-java-custom-upload.md

<!-- IMG List -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before you can create your first function, you need to have an active Azure acco
1. Go to the [Azure portal](https://portal.azure.com) and sign-in with your Azure account.
2. Click **+New** > **Web + Mobile** > **Function App**, select your **Subscription**, type a unique **App name** that identifies your function app, then specify the following settings:

* **[Resource Group](../azure-portal/resource-group-portal.md)**: Select **Create new** and enter a name for your new resource group. You can also choose an existing resource group, however you may not be able to create a dynamic App Service plan for your function app.
* **[Resource Group](../azure-resource-manager/resource-group-overview.md)**: Select **Create new** and enter a name for your new resource group. You can also choose an existing resource group, however you may not be able to create a dynamic App Service plan for your function app.
* **[App Service plan](../app-service/azure-web-sites-web-hosting-plans-in-depth-overview.md)**: Choose either *dynamic* or *classic*.
* **Dynamic**: The default plan type for Azure Functions. When you choose a dynamic plan, you must also choose the **Location** and set the **Memory Allocation** (in MB). For information about how memory allocation affects costs, see [Azure Functions pricing](https://azure.microsoft.com/pricing/details/functions/).
* **Classic**: A classic App Service plan requires you to create an **App Service plan/location** or select an existing one. These settings determine the [location, features, cost and compute resources](https://azure.microsoft.com/pricing/details/app-service/) associated with your app.
Expand Down
2 changes: 1 addition & 1 deletion articles/dns/dns-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can automate operations to create, delete, or update DNS zones, record sets,
Typically, programmatic access to Azure resources is granted via a dedicated account rather than your own user credentials. These dedicated accounts are called 'service principal' accounts. To use the Azure DNS SDK sample project, you first need to create a service principal account and assign it the correct permissions.

1. Follow [these instructions](../resource-group-authenticate-service-principal.md) to create a service principal account (the Azure DNS SDK sample project assumes password-based authentication.)
2. Create a resource group ([here's how](../azure-portal/resource-group-portal.md)).
2. Create a resource group ([here's how](../resource-group-template-deploy-portal.md)).
3. Use Azure RBAC to grant the service principal account 'DNS Zone Contributor' permissions to the resource group ([here's how](../active-directory/role-based-access-control-configure.md).)
4. If using the Azure DNS SDK sample project, edit the 'program.cs' file as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pricing is region specific, therefore you must define a billing plan for each re
3. On the Plans over view page, click **New**.
4. From the **Subscription** dropdown, select the subscription in which the new plan will reside.
5. From the **Region** dropdown, select a region for the new plan. The Plan Options for the selected region will display in the **Plan Options** section of the page.
6. From the **Resource Group** dropdown, select a resource group for the plan. From more information on resource groups, see [Manage Azure resources through portal](../azure-portal/resource-group-portal.md).
6. From the **Resource Group** dropdown, select a resource group for the plan. From more information on resource groups, see [Azure Resource Manager overview](../azure-resource-manager/resource-group-overview.md).
7. In **Plan Name** type the name of the plan.
8. Under **Plan Options**, click the billing level for the new plan.
9. Click **Create**.
Expand All @@ -40,7 +40,7 @@ Pricing is region specific, therefore you must define a billing plan for each re
4. In **Web Service Name**, type a new name for the web service.
5. In **Web service description**, type a description for the web service.
6. From the **Subscription** dropdown, select the subscription in which the new web service will reside.
7. From the **Resource Group** dropdown, select a resource group for the web service. From more information on resource groups, see [Manage Azure resources through portal](../azure-portal/resource-group-portal.md).
7. From the **Resource Group** dropdown, select a resource group for the web service. From more information on resource groups, see [Azure Resource Manager overview](../azure-resource-manager/resource-group-overview.md).
8. From the **Region** dropdown, select the region in which to deploy the web service.
9. From the **Storage account** dropdown, select a storage account in which to store the web service.
10. From the **Price Plan** dropdown, select a plan in the region you selected in step 8.
Expand Down

0 comments on commit 0b7c4c9

Please sign in to comment.