Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanLa committed Apr 6, 2019
1 parent d954ab4 commit bcc98c5
Show file tree
Hide file tree
Showing 1,401 changed files with 115,886 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,29 @@
# Testing the new code owners feature in GitHub. Please contact Cory Fowler if you have questions.
# articles/storage/ @tamram @robinsh
# articles/virtual-machines/ @iainfoulds @cynthn
# articles/virtual-machines/linux/ @iainfoulds @cynthn
# articles/virtual-machines/windows/ @iainfoulds @cynthn
# articles/application-insights/ @SergeyKanzhelev
# articles/cosmos-db/ @mimig1

# All Articles
articles/ @apex-docs-pr-reviewers

# Cognitive Services
articles/cognitive-services/ @nitinme @tchristiani @cjgronlund
articles/cognitive-services/LUIS/ @cjgronlund @nitinme @diberry
articles/cognitive-services/Speaker-recognition/ @cjgronlund @nitinme @erhopf
articles/cognitive-services/Speech-Service/ @cjgronlund @nitinme @erhopf
articles/cognitive-services/Translator/ @cjgronlund @nitinme @erhopf
articles/cognitive-services/QnAMaker/ @cjgronlund @nitinme @diberry

# DevOps

articles/ansible/ @TomArcherMsft
articles/chef/ @TomArcherMsft
articles/jenkins/ @TomArcherMsft
articles/terraform/ @TomArcherMsft

# Governance

articles/governance/ @DCtheGeek
31 changes: 31 additions & 0 deletions ISSUE_TEMPLATE
@@ -0,0 +1,31 @@
# Azure documentation issue guidance

Thanks for opening an issue in the Azure technical documentation repository.

We use GitHub issues as the primary channel for customer and community feedback about the Azure documentation.

## Creating an issue

We prefer that you create documentation feedback issues using the Feedback link on the published article - the feedback control on the doc page creates an issue that contains all the article details so you can focus on the feedback part.

You can also create a feedback issue here in the repo. If you do this, please make sure your issue lists:

- [ ] The relevant Azure service or technology.
- [ ] A link to the published documentation article that you have feedback about.
- [ ] Clear, specific feedback that the author can act on.

## Pull requests and article contributions

If you know the change that is needed in an article, we encourage you to submit the changes directly using a pull request. If the change is large, or if you want to contribute an entire article, follow these guidelines:

- [ ] Don't surprise us with a big pull request or a pull request with a new article! Submit an issue that describes the details of the proposed large change or new article.
- [ ] Include the service or technology area.

We'll route the issue to the appropriate content team for review and discussion.

## Tech support and product feedback
If you would like to contact Microsoft about other things, such as product feedback or tech support, please review these guidelines:

- If you need technical support using Azure, the paid and free support options are described here: https://azure.microsoft.com/support/options/.

- Each article in the Azure technical documentation contains a product feedback button - it's best to submit product feedback directly from a relevant article. Otherwise, you can submit product feedback for most Azure products in the following product feedback forum: https://feedback.azure.com/forums/34192--general-feedback.
395 changes: 395 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions LICENSE-CODE
@@ -0,0 +1,17 @@
The MIT License (MIT)
Copyright (c) Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15 changes: 15 additions & 0 deletions ThirdPartyNotices.md
@@ -0,0 +1,15 @@
## Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
[LICENSE-CODE](LICENSE-CODE) file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.
32 changes: 32 additions & 0 deletions articles/active-directory-b2c/cookie-definitions.md
@@ -0,0 +1,32 @@
---
title: Cookie definitions - Azure Active Directory B2C | Microsoft Docs
description: Provides definitions for the cookies used in Azure Active Directory B2C.
services: active-directory-b2c
author: davidmu1
manager: daveba

ms.service: active-directory
ms.workload: identity
ms.topic: conceptual
ms.date: 03/18/2019
ms.author: davidmu
ms.component: B2C
---

# Cookies definitions for Azure Active Directory B2C

The following table lists the cookies used in Azure Active Directory B2C.

| Name | Domain | Expiration | Purpose |
| ----------- | ------ | -------------------------- | --------- |
| x-ms-cpim-admin | main.b2cadmin.ext.azure.com | End of [browser session](active-directory-b2c-token-session-sso.md) | Holds user membership data across tenants. The tenants a user is a member of and level of membership (Admin or User). |
| x-ms-cpim-slice | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used to route requests to the appropriate production instance. |
| x-ms-cpim-trans | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used for tracking the transactions (number of authentication requests to Azure AD B2C) and the current transaction. |
| x-ms-cpim-sso:{Id} | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used for maintaining the SSO session. |
| x-ms-cpim-cache:{id}_n | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md), successful authentication | Used for maintaining the request state. |
| x-ms-cpim-csrf | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Cross-Site Request Forgery token used for CRSF protection. |
| x-ms-cpim-dc | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used for Azure AD B2C network routing. |
| x-ms-cpim-ctx | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Context |
| x-ms-cpim-rp | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used for storing membership data for the resource provider tenant. |
| x-ms-cpim-rc | login.microsoftonline.com, b2clogin.com, branded domain | End of [browser session](active-directory-b2c-token-session-sso.md) | Used for storing the relay cookie. |

147 changes: 147 additions & 0 deletions articles/active-directory-domain-services/TOC.yml
@@ -0,0 +1,147 @@
- name: Azure AD Domain Services Documentation
href: index.yml
- name: Overview
items:
- name: What is Azure AD Domain Services?
href: active-directory-ds-overview.md
- name: FAQs
href: active-directory-ds-faqs.md
- name: Is it right for you?
items:
- name: Compare with Windows Server AD
href: active-directory-ds-comparison.md
- name: Compare with Azure AD join
href: active-directory-ds-compare-with-azure-ad-join.md
- name: What's new?
href: https://azure.microsoft.com/updates/?product=active-directory-ds
- name: Features
href: active-directory-ds-features.md
- name: Scenarios
href: active-directory-ds-scenarios.md
- name: How synchronization works
href: active-directory-ds-synchronization.md
- name: Compatible third-party software
href: active-directory-ds-compatible-software.md
- name: Get started
items:
- name: "Task 1: configure basic settings"
href: active-directory-ds-getting-started.md
- name: "Task 2: configure network settings"
href: active-directory-ds-getting-started-network.md
- name: "Task 3: configure administrator group and enable Azure AD Domain Services"
href: active-directory-ds-getting-started-admingroup.md
- name: "Task 4: update DNS settings for virtual network"
href: active-directory-ds-getting-started-dns.md
- name: "Task 5: enable password hash synchronization"
href: active-directory-ds-getting-started-password-sync.md
- name: How to
items:
- name: Check a managed domain's health
href: active-directory-ds-check-health.md
- name: Use Azure AD Domain Services in Azure CSP subscriptions
href: active-directory-ds-csp.md
- name: Enable Azure AD Domain Services using PowerShell
href: active-directory-ds-enable-using-powershell.md
- name: Configure scoped synchronization from Azure AD to a managed domain
href: active-directory-ds-scoped-synchronization.md
- name: Secure your managed domain
href: active-directory-ds-secure-your-domain.md
- name: Create an OU on a managed domain
href: active-directory-ds-admin-guide-create-ou.md
- name: Create a group managed service account on a managed domain
href: active-directory-ds-create-gmsa.md
- name: Administer group policy on a managed domain
href: active-directory-ds-admin-guide-administer-group-policy.md
- name: Configure password polices on a managed domain
href: active-directory-ds-password-policy.md
- name: Select a virtual network
href: active-directory-ds-networking.md
- name: Deploy applications
items:
- name: Configure support for profile synchronization for SharePoint Server
href: active-directory-ds-enable-sharepoint-profile-sync.md
- name: Configure Kerberos Constrained Delegation
href: active-directory-ds-enable-kcd.md
- name: Deploy Azure AD Application Proxy
href: active-directory-ds-deploy-azure-app-proxy.md
- name: Delete a managed domain
href: active-directory-ds-disable-aadds.md
- name: Join a managed domain
items:
- name: Windows Server VM
href: active-directory-ds-admin-guide-join-windows-vm-portal.md
- name: Windows Server VM from template
href: active-directory-ds-join-windows-vm-template.md
- name: CentOS
href: active-directory-ds-join-centos-linux-vm.md
- name: CoreOS
href: active-directory-ds-join-coreos-linux-vm.md
- name: Red Hat Enterprise Linux
href: active-directory-ds-join-rhel-linux-vm.md
- name: Ubuntu Server
href: active-directory-ds-join-ubuntu-linux-vm.md
- name: Administer a managed domain
items:
- name: Administer a managed domain
href: active-directory-ds-admin-guide-administer-domain.md
- name: Administer DNS on a managed domain
href: active-directory-ds-admin-guide-administer-dns.md
- name: Update email notifications
href: active-directory-ds-notifications.md
- name: Configure secure LDAP for a managed domain
items:
- name: "Task 1: Obtain a certificate for secure LDAP"
href: active-directory-ds-admin-guide-configure-secure-ldap.md
- name: "Task 2: Export the secure LDAP certificate"
href: active-directory-ds-admin-guide-configure-secure-ldap-export-pfx.md
- name: "Task 3: Enable secure LDAP for the managed domain using Azure portal"
href: active-directory-ds-admin-guide-configure-secure-ldap-enable-ldaps.md
- name: "Task 4: Configure DNS to access the managed domain from the internet"
href: active-directory-ds-ldaps-configure-dns.md
- name: "Task 5: Bind to the managed domain and lock down secure LDAP access"
href: active-directory-ds-ldaps-bind-lockdown.md
- name: Troubleshoot secure LDAP
href: active-directory-ds-ldaps-troubleshoot.md
- name: Troubleshoot
items:
- name: Troubleshooting guide
href: active-directory-ds-troubleshooting.md
- name: Troubleshoot alerts
href: active-directory-ds-troubleshoot-alerts.md
items:
- name: Fix a broken NSG configuration
href: active-directory-ds-troubleshoot-nsg.md
- name: Restore missing service principals
href: active-directory-ds-troubleshoot-service-principals.md
- name: Secure LDAP errors
href: active-directory-ds-troubleshoot-ldaps.md
- name: Resolve mismatched tenant errors
href: active-directory-ds-mismatched-tenant-error.md
- name: Suspended domains
href: active-directory-ds-suspension.md
- name: Reference
items:
- name: Code samples
href: https://azure.microsoft.com/resources/samples/?service=active-directory
- name: Related
items:
- name: Azure Active Directory
href: ../active-directory/fundamentals/active-directory-whatis.md
- name: Azure Active Directory B2C
href: ../active-directory-b2c/active-directory-b2c-overview.md
- name: Multi-Factor Authentication
href: ../active-directory/authentication/multi-factor-authentication.md
- name: Resources
items:
- name: Azure AD feedback forum
href: https://feedback.azure.com/forums/169401-azure-active-directory
- name: Azure Roadmap
href: https://azure.microsoft.com/roadmap/?category=security-identity
- name: Contact us
href: active-directory-ds-contact-us.md
- name: Pricing
href: https://azure.microsoft.com/pricing/details/active-directory-ds/
- name: Pricing calculator
href: https://azure.microsoft.com/pricing/calculator/
- name: Service updates
href: https://azure.microsoft.com/updates/?product=active-directory-ds

0 comments on commit bcc98c5

Please sign in to comment.