Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
v-thepet committed Dec 18, 2016
1 parent abdd583 commit c10a35e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ ms.author: zakramer;tsingh;divacc

---
# Azure Marketplace for Azure Government
If you're an Azure Government partner who's interested in publishing offerings to the Azure Marketplace, find the details in this article.
If you're an Azure Government partner who's interested in publishing offerings to the Azure Marketplace, find the details in this article.

Currently BYOL VM Images and Solution Templates are supported in Azure Government Marketplace. As a best practice, Solution Templates should be reviewed prior to publishing to Azure Government to ensure it will function on both Azure Public and Azure Government Clouds. If you are only publishing a VM Image you can proceed to the publishing steps further below.
Currently BYOL VM Images and Solution Templates are supported in Azure Government Marketplace. As a best practice, Solution Templates should be reviewed prior to publishing to Azure Government to ensure it will function on both Azure Public and Azure Government Clouds. If you are only publishing a VM Image you can proceed to the publishing steps further below.

## Pre-Publishing Validation for Solution Templates

Before you publish your solution template to Azure Government, we recommend checking a couple of common best practice areas to ensure your Template will work in both Azure Public Cloud and Azure Government.
Before you publish your solution template to Azure Government, we recommend checking a couple of common best practice areas to ensure your Template will work in both Azure Public Cloud and Azure Government.

1. Verify endpoints are not hard coded into your solution Template for Azure Public Cloud. These won't be valid for any other Azure Environments. Instead modify the Solution template to request an API call to pull the valid end point:

Example:
Example:

Incorrect VHD uri (hard coded)
"uri": "[concat('https://', variables('storageAccountName'), '.blob.core.windows.net/', '/osdisk.vhd')]",
Expand All @@ -39,27 +39,28 @@ Before you publish your solution template to Azure Government, we recommend chec
"uri": "[concat(reference(resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))).primaryEndpoints.blob, 'osdisk.vhd')]",

The corrected syntax will ensure the template will work on any cloud (Gov, Public Azure, AzureStack, China, etc)
2. Verify that resources used in your solution template are available in the Sovereign Cloud you are publishing to.

2. Verify that resources used in your solution template are available in the Sovereign Cloud you are publishing to.
RPs in Azure & API version

Identify availability Azure Government using Resource Explorer in the portal:
Identify availability Azure Government using Resource Explorer in the portal:

1. Log into Azure Government Portal
2. Launch Resource Explorer, following steps listed here https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services#supported-regions

Most commonly used extensions; Availability in Fairfax

| Publisher/Type | Available Versions in Fairfax |
| --- | --- |
| --- | --- |
| Microsoft.OSTCExtensions/CustomScriptForLinux | 1; 1.1; 1.2.2.0; 1.3.0.2; 1.4.1.0; 1.5.2.0 |
| Microsoft.Compute/CustomScriptExtension | 1.2; 1.3; 1.4; 1.7; 1.8 |
| Microsoft.Azure.Extensions/DockerExtension | Not Available |
| Microsoft.Azure.Extensions/CustomScript | 2.0.2 |
| Microsoft.OSTCExtensions/LinuxDiagnostic | 2.0.9005; 2.1.9005; 2.2.9005; 2.3.9011 |
| Microsoft.Powershell/DSC | 2.19.0.0 |

> [!NOTE] If you put locations in for a list of allowed values, you will need to periodically update it as new regions are added.
> [!NOTE]
> If you put locations in for a list of allowed values, you will need to periodically update it as new regions are added.

## Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The Azure Machine Learning resource provider for web services enables deployment
### With PowerShell cmdlets
Azure Machine Learning resource provider for web services enables deployment and management of web services by using PowerShell cmdlets.

To use the cmdlets, you must first sign in to your Azure account from within the PowerShell environment by using the [Add-AzureRmAccount](https://msdn.microsoft.com/library/mt619267.aspx) cmdlet. If you are unfamiliar with how to call PowerShell commands that are based on Resource Manager, see [Using Azure PowerShell with Azure Resource Manager](../azure-resource-manager/powershell-azure-resource-manager.md#login-to-your-azure-account).
To use the cmdlets, you must first sign in to your Azure account from within the PowerShell environment by using the [Add-AzureRmAccount](https://msdn.microsoft.com/library/mt619267.aspx) cmdlet. If you are unfamiliar with how to call PowerShell commands that are based on Resource Manager, see [Using Azure PowerShell with Azure Resource Manager](../azure-resource-manager/powershell-azure-resource-manager.md#log-in-to-your-azure-account).

To export your predictive experiment, use [this sample code](https://github.com/ritwik20/AzureML-WebServices). After you create the .exe file from the code, you can type:

Expand Down
2 changes: 1 addition & 1 deletion articles/security-center/security-center-sql-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In addition to helping protect your SQL Database resources, Security Center also
## Prerequisites
To get started with Security Center, you must have a subscription to Microsoft Azure. The Free tier of Security Center is enabled with your subscription. For more information on Security Center’s Free and Standard tiers, see [Security Center Pricing](https://azure.microsoft.com/pricing/details/security-center/).

Security Center supports role-based access. To learn more about role-based access control (RBAC) in Azure, see [Azure Active Directory Role-based Access Control](../active-directory/role-based-access-control-configure.md). The Security Center FAQ provides information on [how permissions are handled in Security Center](security-center-faq.md#how-are-permissions-handled-in-azure-security-center).
Security Center supports role-based access. To learn more about role-based access control (RBAC) in Azure, see [Azure Active Directory Role-based Access Control](../active-directory/role-based-access-control-configure.md). The Security Center FAQ provides information on [how permissions are handled in Security Center](security-center-faq.md#permissions).

## Access Security Center
You access Security Center from the [Azure portal](https://azure.microsoft.com/features/azure-portal/). [Sign in to the portal](https://portal.azure.com/) and select the **Security Center option**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ After your SQL Data Warehouse has finished provisioning you can [load sample dat
[load]: sql-data-warehouse-overview-load.md
[load sample data]: sql-data-warehouse-load-sample-databases.md
[Create an Azure SQL Database logical server with the Azure Portal]: ../sql-database/sql-database-get-started.md#create-logical-server-bk
[Create an Azure SQL Database logical server with PowerShell]: ../sql-database/sql-database-get-started-powershell.md#database-setup-create-a-resource-group-server-and-firewall-rule
[Create an Azure SQL Database logical server with PowerShell]: ../sql-database/sql-database-get-started-powershell.md#complete-azure-powershell-script-to-create-a-server-firewall-rule-and-database
[how to create a resource group]: ../azure-resource-manager/resource-group-template-deploy-portal.md#create-resource-group
[Installing Visual Studio and SSDT]: sql-data-warehouse-install-visual-studio.md
[sqlcmd]: sql-data-warehouse-get-started-connect-sqlcmd.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you're interested in more on how to manage SQL Data Warehouse programmaticall
[How to install and configure Azure PowerShell]: /powershell/azureps-cmdlets-docs
[how to create a SQL Data Warehouse from the Azure Portal]: ./sql-data-warehouse-get-started-provision.md
[Create an Azure SQL Database logical server with the Azure Portal]: ../sql-database/sql-database-get-started.md#create-logical-server-bk
[Create an Azure SQL Database logical server with PowerShell]: ../sql-database/sql-database-get-started-powershell.md#database-setup-create-a-resource-group-server-and-firewall-rule
[Create an Azure SQL Database logical server with PowerShell]: ../sql-database/sql-database-get-started-powershell.md#complete-azure-powershell-script-to-create-a-server-firewall-rule-and-database
[how to create a resource group]: ../azure-resource-manager/resource-group-template-deploy-portal.md#create-resource-group

<!--MSDN references-->
Expand Down

0 comments on commit c10a35e

Please sign in to comment.