Validation of readme (#43)
* Validation of readme * Updated doc * Added ordering * Added link to header * Updates on readme * Changes on readme * Added suggested changes * Heading changed * Headings updated * Updates * Updates * Links updated. * Changed link Co-authored-by: Marvin Buss <34542414+marvinbuss@users.noreply.github.com>
192
README.md
|
@ -1,49 +1,56 @@
|
|||
|
||||
|
||||
# Enterprise Scale Analytics - Data Management
|
||||
|
||||
> **General disclaimer:** Please be aware that this template is in public preview. Therefore, expect smaller bugs and issues when working with the solution. Please submit an Issue in GitHub if you come across any issues that you would like us to fix.
|
||||
> **General disclaimer:** Please be aware that this template is in private preview. Therefore, expect smaller bugs and issues when working with the solution. Please submit an Issue in GitHub if you come across any issues that you would like us to fix.
|
||||
|
||||
# Description
|
||||
The Data Management template is, as the name suggessts, classified as a management function and is at the heart of the Enterprise Scale Analytics platform. It is responsible for the governance of the platform and enables communication to ingest data sources from Azure, third-party clouds and on-premises data sources.
|
||||
**DO NOT COPY - UNDER DEVELOPMENT - MS INTERNAL ONLY - Please be aware that this template is in private preview without any SLA.**
|
||||
|
||||
## Description
|
||||
|
||||
The Data Management template is, as the name suggests, classified as a management function and is at the heart of the [**Enterprise Scale Analytics and AI**](https://github.com/Azure/Enterprise-Scale-Analytics) solution pattern. It is responsible for the governance of the platform and enables communication to ingest data sources from Azure, third-party clouds and on-premises data sources.
|
||||
|
||||
## What will be deployed?
|
||||
|
||||
By default, all the services which come under Data Management Zone are enabled, and you must explicitly disable services that you don't want to be deployed.
|
||||
|
||||
> Note: Before deploying the resources, we recommend to check registration status of the required resource providers in your subscription. For more information, see [Resource providers for Azure services](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types).
|
||||
> **Note:** Before deploying the resources, we recommend to check registration status of the required resource providers in your subscription. For more information, see [Resource providers for Azure services](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types).
|
||||
|
||||
<p align="center">
|
||||
<img src="./docs/media/DataHub.png" alt="Data Management Zone" width="500"/>
|
||||
<img src="./docs/images/DataHub.png" alt="Data Management Zone" width="500"/>
|
||||
</p>
|
||||
|
||||
- [Virtual Network](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview)
|
||||
- [Network Security Groups](https://docs.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview)
|
||||
- [Route Tables](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview)
|
||||
- [Azure Firewall](https://docs.microsoft.com/en-us/azure/firewall/overview)
|
||||
- [Firewall Policy](https://docs.microsoft.com/en-us/azure/firewall-manager/policy-overview#:~:text=Firewall%20Policy%20is%20an%20Azure,work%20across%20regions%20and%20subscriptions.)
|
||||
- [Private DNS Zones](https://docs.microsoft.com/en-us/azure/dns/private-dns-privatednszone#:~:text=By%20using%20private%20DNS%20zones,that%20are%20linked%20to%20it.)
|
||||
- [Container Registry](https://docs.microsoft.com/en-us/azure/container-registry/)
|
||||
- [Purview](https://docs.microsoft.com/en-us/azure/purview/)
|
||||
- [Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/general)
|
||||
- [Storage Account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview)
|
||||
- [Synapse Private Link Hub](https://docs.microsoft.com/en-us/azure/synapse-analytics/security/synapse-private-link-hubs)
|
||||
- [PowerBI](https://docs.microsoft.com/en-us/power-bi/fundamentals/power-bi-overview)
|
||||
- [Policies](https://docs.microsoft.com/en-us/azure/governance/policy/overview)
|
||||
- [Virtual Network](https://docs.microsoft.com/azure/virtual-network/virtual-networks-overview)
|
||||
- [Network Security Groups](https://docs.microsoft.com/azure/virtual-network/network-security-groups-overview)
|
||||
- [Route Tables](https://docs.microsoft.com/azure/virtual-network/virtual-networks-udr-overview)
|
||||
- [Azure Firewall](https://docs.microsoft.com/azure/firewall/overview)
|
||||
- [Firewall Policy](https://docs.microsoft.com/azure/firewall-manager/policy-overview#:~:text=Firewall%20Policy%20is%20an%20Azure,work%20across%20regions%20and%20subscriptions.)
|
||||
- [Private DNS Zones](https://docs.microsoft.com/azure/dns/private-dns-privatednszone#:~:text=By%20using%20private%20DNS%20zones,that%20are%20linked%20to%20it.)
|
||||
- [Container Registry](https://docs.microsoft.com/azure/container-registry/)
|
||||
- [Purview](https://docs.microsoft.com/azure/purview/)
|
||||
- [Key Vault](https://docs.microsoft.com/azure/key-vault/general)
|
||||
- [Storage Account](https://docs.microsoft.com/azure/storage/common/storage-account-overview)
|
||||
- [Synapse Private Link Hub](https://docs.microsoft.com/azure/synapse-analytics/security/synapse-private-link-hubs)
|
||||
- [PowerBI](https://docs.microsoft.com/power-bi/fundamentals/power-bi-overview)
|
||||
- [Policies](https://docs.microsoft.com/azure/governance/policy/overview)
|
||||
|
||||
For more details regarding the services that will be deployed, please read the [Data Management](https://github.com/Azure/Enterprise-Scale-Analytics/blob/main/docs/02-datamanagement/01-overview.md) guide in the Enterprise Scale Analytics documentation.
|
||||
|
||||
You have two options for deploying this reference architecture:
|
||||
|
||||
1. Use the `Deploy to Azure` button for an immediate deployment
|
||||
2. Use GitHub Actions or Azure DevOps Pipelines for an automated, repeatable deployment
|
||||
|
||||
# Prerequisites
|
||||
## Prerequisites
|
||||
|
||||
The following prerequisites are required to make this repository work:
|
||||
* an Azure subscription
|
||||
* [User Access Administrator](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#owner) access to the subscription to be able to create a service principal and role assignments for it.
|
||||
|
||||
If you don’t have an Azure subscription, [create your Azure free account today](https://azure.microsoft.com/en-us/free/).
|
||||
- an Azure subscription
|
||||
- [User Access Administrator](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#owner) access to the subscription to be able to create a service principal and role assignments for it.
|
||||
|
||||
# Option 1: Deploy to Azure - Quickstart (Coming soon ...)
|
||||
If you don’t have an Azure subscription, [create your Azure free account today](https://azure.microsoft.com/free/).
|
||||
|
||||
## Option 1: Deploy to Azure - Quickstart (Coming soon ...)
|
||||
|
||||
| Data Management Zone |
|
||||
|:---------------------|
|
||||
|
@ -51,33 +58,33 @@ If you don’t have an Azure subscription, [create your Azure free account today
|
|||
![Deploy to Azure](/docs/media/deploytoazuregrey.png)
|
||||
|
||||
|
||||
# Option 2: GitHub Actions or Azure DevOps Pipelines
|
||||
## Option 2: GitHub Actions or Azure DevOps Pipelines
|
||||
|
||||
## 1. Create repository from a template
|
||||
### 1. Create repository from a template
|
||||
|
||||
1. On GitHub, navigate to the main page of this repository.
|
||||
2. Above the file list, click **Use this template**
|
||||
|
||||
1. Above the file list, click **Use this template**
|
||||
<p align="center">
|
||||
<img src="docs/media/UseThisTemplateGH.png" alt="GitHub Template repository" width="600"/>
|
||||
<img src="docs/images/UseThisTemplateGH.png" alt="GitHub Template repository" width="600"/>
|
||||
</p>
|
||||
|
||||
3. Use the **Owner** drop-down menu and select the account you want to own the repository.
|
||||
<p align="center">
|
||||
<img src="docs/media/CreateRepoGH.png" alt="Create Repository from Template" width="600"/>
|
||||
<img src="docs/images/CreateRepoGH.png" alt="Create Repository from Template" width="600"/>
|
||||
</p>
|
||||
|
||||
4. Type a name for your repository and an optional description.
|
||||
5. Choose a repository visibility. For more information, see "[About repository visibility](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
|
||||
6. Optionally, to include the directory structure and files from all branches in the template and not just the default branch, select **Include all branches**.
|
||||
7. Click **Create repository from template**.
|
||||
1. Choose a repository visibility. For more information, see "[About repository visibility](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
|
||||
1. Optionally, to include the directory structure and files from all branches in the template and not just the default branch, select **Include all branches**.
|
||||
1. Click **Create repository from template**.
|
||||
|
||||
## 2. Setting up the required Service Principal and access
|
||||
### 2. Setting up the required Service Principal and access
|
||||
|
||||
A service principal needs to be generated for authentication and authorization from GitHub or Azure DevOps to your Azure subscription. This is required to deploy resources to your environment. Just go to the Azure Portal to find the ID of your subscription. Then start the Cloud Shell or Azure CLI, login to Azure, set the Azure context and execute the following commands to generate the required credentials:
|
||||
|
||||
**Azure CLI**
|
||||
```Shell
|
||||
#### Azure CLI
|
||||
|
||||
```Sh
|
||||
# Replace {service-principal-name} and {subscription-id} with your
|
||||
# Azure subscription id and any name for your service principal.
|
||||
az ad sp create-for-rbac \
|
||||
|
@ -88,6 +95,7 @@ az ad sp create-for-rbac \
|
|||
```
|
||||
|
||||
This will generate the following JSON output:
|
||||
|
||||
```JSON
|
||||
{
|
||||
"clientId": "<GUID>",
|
||||
|
@ -98,16 +106,21 @@ This will generate the following JSON output:
|
|||
}
|
||||
```
|
||||
|
||||
**Take note of the output. It will be required for the next steps.**
|
||||
>**Note:** Take note of the output. It will be required for the next steps.
|
||||
|
||||
Now you can choose whether you would like to use GitHub Actions or Azure DevOps for your deployment.
|
||||
### 3. Resource Deployment
|
||||
|
||||
## 3. a) GitHub Actions
|
||||
Now that you have set up the Service Principal, you need to choose how would you like to deploy the resources.
|
||||
Deployment options:
|
||||
|
||||
1. [GitHub Actions](#github-actions)
|
||||
1. [Azure DevOps](#azure-devops)
|
||||
|
||||
#### GitHub Actions
|
||||
|
||||
If you want to use GitHub Actions for deploying the resources, add the previous JSON output as a [repository secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) with the name `AZURE_CREDENTIALS` in your GitHub repository:
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/media/AzureCredentialsGH.png" alt="GitHub Secrets" width="600"/>
|
||||
<img src="docs/images/AzureCredentialsGH.png" alt="GitHub Secrets" width="600"/>
|
||||
</p>
|
||||
|
||||
To do so, execute the following steps:
|
||||
|
@ -120,17 +133,16 @@ To do so, execute the following steps:
|
|||
6. Enter the JSON output from above as value for your secret.
|
||||
7. Click **Add secret**.
|
||||
|
||||
## 3. b) Azure DevOps
|
||||
#### Azure DevOps
|
||||
|
||||
If you want to use Azure DevOps Pipelines for deploying the resources, you need to create an Azure Resource Manager service connection. To do so, execute the following steps:
|
||||
|
||||
1. First, you need to create an Azure DevOps Project. Instructions can be found [here](https://docs.microsoft.com/en-us/azure/devops/organizations/projects/create-project?view=azure-devops&tabs=preview-page).
|
||||
2. In Azure DevOps, open the **Project settings**.
|
||||
3. Now, select the **Service connections** page from the project settings page.
|
||||
4. Choose **New service connection** and select **Azure Resource Manager**.
|
||||
|
||||
1. First, you need to create an Azure DevOps Project. Instructions can be found [here](https://docs.microsoft.com/azure/devops/organizations/projects/create-project?view=azure-devops&tabs=preview-page).
|
||||
1. In Azure DevOps, open the **Project settings**.
|
||||
1. Now, select the **Service connections** page from the project settings page.
|
||||
1. Choose **New service connection** and select **Azure Resource Manager**.
|
||||
<p align="center">
|
||||
<img src="docs/media/ARMConnectionDevOps.png" alt="ARM Connection" width="600"/>
|
||||
<img src="docs/images/ARMConnectionDevOps.png" alt="ARM Connection" width="600"/>
|
||||
</p>
|
||||
|
||||
5. On the next page select **Service principal (manual)**.
|
||||
|
@ -142,14 +154,14 @@ If you want to use Azure DevOps Pipelines for deploying the resources, you need
|
|||
11. Click on **Verify and save**.
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/media/ConnectionDevOps.png" alt="Connection DevOps" width="300"/>
|
||||
<img src="docs/images/ConnectionDevOps.png" alt="Connection DevOps" width="300"/>
|
||||
</p>
|
||||
|
||||
More information can be found [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#create-an-azure-resource-manager-service-connection-with-an-existing-service-principal).
|
||||
More information can be found [here](https://docs.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#create-an-azure-resource-manager-service-connection-with-an-existing-service-principal).
|
||||
|
||||
## 4. Parameter Update Process
|
||||
### 4. Parameter Update Process
|
||||
|
||||
In order to deploy the ARM templates in this repository to the desired Azure subscription, you will need to modify some parameters in the forked repository. As updating each parameter file manually is a time-consuming and potentially error-prone process, we have simplified the task with a GitHub Action workflow. After successfully executing the previous steps, please open the <a href="/.github/workflows/updateParameters.yml">`/.github/workflows/updateParameters.yml` YAML file</a>. In this file you need to update the environment variables. Just click on <a href="/.github/workflows/updateParameters.yml">`/.github/workflows/updateParameters.yml`</a> and edit the following section:
|
||||
In order to deploy the ARM templates in this repository to the desired Azure subscription, you will need to modify some parameters in the forked repository. As updating each parameter file manually is a time-consuming and potentially error-prone process, we have simplified the task with a GitHub Action workflow. After successfully executing the previous steps, please open the [.github/workflows/updateParameters.yml](/.github/workflows/updateParameters.yml). In this file you need to update the environment variables. Just click on [.github/workflows/updateParameters.yml](/.github/workflows/updateParameters.yml) and edit the following section:
|
||||
|
||||
```YAML
|
||||
env:
|
||||
|
@ -166,69 +178,64 @@ The following table explains each of the parameters:
|
|||
| **DATA_HUB_SUBSCRIPTION_ID** | Specifies the subscription ID of the Data Management Zone where all the resources will be deployed | `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` |
|
||||
| **DATA_HUB_NAME** | Specifies the name of your Data Management Zone. The value should consist of alphanumeric characters (A-Z, a-z, 0-9) and should not contain any special characters like `-`, `_`, `.`, etc. Special characters will be removed in the renaming process. | `myhub01` |
|
||||
| **LOCATION** | Specifies the region where you want the resources to be deployed. | `northeurope` |
|
||||
| **AZURE_RESOURCE_MANAGER _CONNECTION_NAME** | Specifies the resource manager connection name in Azure DevOps. You can leave the default value if you want to use GitHub Actions for your deployment. More details on how to create the resource manager connection in Azure DevOps can be found in step 4. b) or [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#create-an-azure-resource-manager-service-connection-with-an-existing-service-principal). | `my-connection-name` |
|
||||
| **AZURE_RESOURCE_MANAGER _CONNECTION_NAME** | Specifies the resource manager connection name in Azure DevOps. You can leave the default value if you want to use GitHub Actions for your deployment. More details on how to create the resource manager connection in Azure DevOps can be found in step 4. b) or [here](https://docs.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#create-an-azure-resource-manager-service-connection-with-an-existing-service-principal). | `my-connection-name` |
|
||||
|
||||
|
||||
|
||||
After updating the values, please commit the updated version to the `main` branch of your repository. This will kick off a GitHub Action workflow, which will appear under the **Actions** tab of the main page of the repository. The `Update Parameter Files` workflow will update all parameters in your repository according to a pre-defined naming convention. Once the process has finished, it will open a new pull request in your repository, where you can review the changes made by the workflow. Please follow the instructions in the pull request to complete the parameter update process. It will guide you to change the environment variables in the deployment workflow file as well.
|
||||
|
||||
>Note: We are not renaming the environment variables in the workflow files because this could lead to an infinite loop of workflow runs being started.
|
||||
|
||||
>Note: We are not renaming the environment variables in the workflow files because this could lead to an infinite loop of workflow runs being started.
|
||||
>**Note:** We are not renaming the environment variables in the workflow files because this could lead to an infinite loop of workflow runs being started.
|
||||
|
||||
After following the instructions in the pull request, you can merge the pull request back into the `main` branch of your repository by clicking on **Merge pull request**. Finally, you can click on **Delete branch** to clean up your repository.
|
||||
|
||||
## 5. (not applicable for GH Actions) Reference pipeline from GitHub repository in Azure DevOps Pipelines
|
||||
### 5. Reference pipeline from GitHub repository in Azure DevOps Pipelines
|
||||
|
||||
### A. Install Azure DevOps Pipelines GitHub Application
|
||||
>**Note:** **This is not applicable for GH Actions**.
|
||||
|
||||
#### Install Azure DevOps Pipelines GitHub Application
|
||||
|
||||
First you need to add and install the Azure Pipelines GitHub App to your GitHub account. To do so, execute the following steps:
|
||||
|
||||
1. Click on **Marketplace** in the top navigation bar on GitHub.
|
||||
2. In the Marketplace, search for **Azure Pipelines**. The Azure Pipelines offering is free for anyone to use for public repositories and free for a single build queue if you’re using a private repository.
|
||||
|
||||
1. In the Marketplace, search for **Azure Pipelines**. The Azure Pipelines offering is free for anyone to use for public repositories and free for a single build queue if you’re using a private repository.
|
||||
<p align="center">
|
||||
<img src="docs/media/AzurePipelinesGH.png" alt="Install Azure Pipelines on GitHub" width="600"/>
|
||||
<img src="docs/images/AzurePipelinesGH.png" alt="Install Azure Pipelines on GitHub" width="600"/>
|
||||
</p>
|
||||
|
||||
4. Select it and click on **Install it for free**.
|
||||
|
||||
3. Select it and click on **Install it for free**.
|
||||
<p align="center">
|
||||
<img src="docs/media/InstallButtonGH.png" alt="GitHub Template repository" width="600"/>
|
||||
<img src="docs/images/InstallButtonGH.png" alt="GitHub Template repository" width="600"/>
|
||||
</p>
|
||||
|
||||
5. If you are part of multiple **GitHub** organizations, you may need to use the **Switch billing account** dropdown to select the one into which you forked this repository.
|
||||
6. You may be prompted to confirm your GitHub password to continue.
|
||||
7. You may be prompted to log in to your Microsoft account. Make sure you log in with the one that is associated with your Azure DevOps account.
|
||||
4. If you are part of multiple **GitHub** organizations, you may need to use the **Switch billing account** dropdown to select the one into which you forked this repository.
|
||||
1. You may be prompted to confirm your GitHub password to continue.
|
||||
1. You may be prompted to log in to your Microsoft account. Make sure you log in with the one that is associated with your Azure DevOps account.
|
||||
|
||||
### B. Configuring the Azure Pipelines project
|
||||
#### Configuring the Azure Pipelines project
|
||||
|
||||
As a last step, you need to create an Azure DevOps pipeline in your project based on the pipeline definition YAML file that is stored in your GitHub repository. To do so, execute the following steps:
|
||||
|
||||
1. Select the Azure DevOps project where you have setup your `Resource Manager Connection`.
|
||||
2. Select **Pipelines** and then **New Pipeline** in order to create a new pipeline.
|
||||
|
||||
1. Select **Pipelines** and then **New Pipeline** in order to create a new pipeline.
|
||||
<p align="center">
|
||||
<img src="docs/media/CreatePipelineDevOps.png" alt="Create Pipeline in DevOps" width="600"/>
|
||||
<img src="docs/images/CreatePipelineDevOps.png" alt="Create Pipeline in DevOps" width="600"/>
|
||||
</p>
|
||||
|
||||
3. Choose **GitHub YAML** and search for your repository (e.g. "`GitHubUserName/RepositoryName`").
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/media/CodeDevOps.png" alt="Choose code source in DevOps Pipeline" width="600"/>
|
||||
<img src="docs/images/CodeDevOps.png" alt="Choose code source in DevOps Pipeline" width="600"/>
|
||||
</p>
|
||||
|
||||
4. Select your repository.
|
||||
4. Click on **Existing Azure Pipelines in YAML file**
|
||||
6. Select `main` as branch and `/.ado/workflows/dataNodeDeployment.yml` as path.
|
||||
|
||||
1. Click on **Existing Azure Pipelines in YAML file**
|
||||
1. Select `main` as branch and `/.ado/workflows/dataNodeDeployment.yml` as path.
|
||||
<p align="center">
|
||||
<img src="docs/media/ConfigurePipelineDevOps.png" alt="Configure Pipeline in DevOps" width="600"/>
|
||||
<img src="docs/images/ConfigurePipelineDevOps.png" alt="Configure Pipeline in DevOps" width="600"/>
|
||||
</p>
|
||||
|
||||
7. Click on **Continue** and then on **Run**.
|
||||
|
||||
## 6. Follow the workflow deployment
|
||||
### 6. Follow the workflow deployment
|
||||
|
||||
**Congratulations!** You have successfully executed all steps to deploy the template into your environment through GitHub Actions or Azure DevOps.
|
||||
|
||||
|
@ -236,7 +243,24 @@ If you are using GitHub Actions, you can navigate to the **Actions** tab of the
|
|||
|
||||
If you are using Azure DevOps Pipelines, you can navigate to the pipeline that you have created as part of step 6 and monitor it as each service is deployed. If you run into any issues, please open an issue [here](https://github.com/Azure/data-management-zone/issues).
|
||||
|
||||
# Enterprise Scale Analytics Documentation and Implementation
|
||||
### Documentation
|
||||
|
||||
### Code Structure
|
||||
|
||||
| File/folder | Description |
|
||||
| ----------------------------- | ------------------------------------------ |
|
||||
| `.ado/workflows` | Folder for ADO workflows. The `dataDomainDeployment.yml` workflow shows the steps for an end-to-end deployment of the architecture. |
|
||||
| `.github/workflows` | Folder for GitHub workflows. The `updateParameters.yml` workflow is used for the parameter update process, while the `dataDomainDeployment.yml` workflow shows the steps for an end-to-end deployment of the architecture. |
|
||||
| `code` | Sample password generation script that will be run in the deployment workflow for resources that require a password during the deployment. |
|
||||
| `configs` | Folder containing a script and configuration file that is used for the parameter update process. |
|
||||
| `docs` | Resources for this README. |
|
||||
| `infra` | Folder containing all the ARM templates for each of the resources that will be deployed (`deploy.{resource}.json`) together with their parameter files (`params.{resource}.json`). |
|
||||
| `CODE_OF_CONDUCT.md` | Microsoft Open Source Code of Conduct. |
|
||||
| `LICENSE` | The license for the sample. |
|
||||
| `README.md` | This README file. |
|
||||
| `SECURITY.md` | Microsoft Security README. |
|
||||
|
||||
### Enterprise Scale Analytics Documentation and Implementation
|
||||
|
||||
- [Documentation](https://github.com/Azure/Enterprise-Scale-Analytics)
|
||||
- [Implementation - Data Management](https://github.com/Azure/data-management-zone)
|
||||
|
@ -252,7 +276,7 @@ If you are using Azure DevOps Pipelines, you can navigate to the pipeline that y
|
|||
|
||||
**Error Message:**
|
||||
|
||||
```sh
|
||||
```shell
|
||||
ERROR: Deployment failed. Correlation ID: ***
|
||||
"error": ***
|
||||
"code": "MissingSubscriptionRegistration",
|
||||
|
@ -264,20 +288,20 @@ ERROR: Deployment failed. Correlation ID: ***
|
|||
"message": "The subscription is not registered to use namespace 'Microsoft.DocumentDB'. See https://aka.ms/rps-not-found for how to register subscriptions."
|
||||
|
||||
```
|
||||
|
||||
**Solution:**
|
||||
|
||||
This error message appears, in case during the deployment it tries to create a type of resource which has never been deployed before inside the subscription. We recommend to check prior the deployment whether the required resource providers are registered for your subscription and if needed, register them through the `Azure Portal`, `Azure Powershell` or `Azure CLI` as mentioned [here](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types).
|
||||
This error message appears, in case during the deployment it tries to create a type of resource which has never been deployed before inside the subscription. We recommend to check prior the deployment whether the required resource providers are registered for your subscription and if needed, register them through the `Azure Portal`, `Azure Powershell` or `Azure CLI` as mentioned [here](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types).
|
||||
|
||||
|
||||
# Contributing
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
||||
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
|
||||
the rights to use your contribution. For details, visit <https://cla.opensource.microsoft.com>.
|
||||
|
||||
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
||||
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
||||
provided by the bot. You will only need to do this once across all repos using our CLA.
|
||||
provided by the bot. You will only need to do this once across all repositories using our CLA.
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
|
||||
|
||||
## Security
|
||||
# Security
|
||||
|
||||
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
|
||||
|
||||
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
|
||||
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
|
||||
|
||||
## Reporting Security Issues
|
||||
|
||||
|
@ -12,7 +12,7 @@ If you believe you have found a security vulnerability in any Microsoft-owned re
|
|||
|
||||
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
|
||||
|
||||
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
|
||||
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/msrc/pgp-key-msrc).
|
||||
|
||||
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
|
||||
|
||||
|
@ -36,6 +36,6 @@ We prefer all communications to be in English.
|
|||
|
||||
## Policy
|
||||
|
||||
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
|
||||
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/msrc/cvd).
|
||||
|
||||
<!-- END MICROSOFT SECURITY.MD BLOCK -->
|
До Ширина: | Высота: | Размер: 312 KiB После Ширина: | Высота: | Размер: 312 KiB |
До Ширина: | Высота: | Размер: 229 KiB После Ширина: | Высота: | Размер: 229 KiB |
До Ширина: | Высота: | Размер: 351 KiB После Ширина: | Высота: | Размер: 351 KiB |
До Ширина: | Высота: | Размер: 197 KiB После Ширина: | Высота: | Размер: 197 KiB |
До Ширина: | Высота: | Размер: 326 KiB После Ширина: | Высота: | Размер: 326 KiB |
До Ширина: | Высота: | Размер: 145 KiB После Ширина: | Высота: | Размер: 145 KiB |
До Ширина: | Высота: | Размер: 259 KiB После Ширина: | Высота: | Размер: 259 KiB |
До Ширина: | Высота: | Размер: 119 KiB После Ширина: | Высота: | Размер: 119 KiB |
До Ширина: | Высота: | Размер: 270 KiB После Ширина: | Высота: | Размер: 270 KiB |
До Ширина: | Высота: | Размер: 99 KiB После Ширина: | Высота: | Размер: 99 KiB |
До Ширина: | Высота: | Размер: 255 KiB После Ширина: | Высота: | Размер: 255 KiB |
До Ширина: | Высота: | Размер: 178 KiB После Ширина: | Высота: | Размер: 178 KiB |
До Ширина: | Высота: | Размер: 40 KiB После Ширина: | Высота: | Размер: 40 KiB |