updated TOC after Meghan's feedback, added device provisioning doc

modified:   windows/deployment/do/TOC.yml
	modified:   windows/deployment/do/mcc-isp-device-provisioning.md
This commit is contained in:
Amy Zhou 2022-09-09 18:29:33 -07:00
parent fa54063a9a
commit 46129fbea6
2 changed files with 99 additions and 98 deletions

View File

@ -1,94 +1,79 @@
- name: Delivery Optimization for Windows client - name: Delivery Optimization for Windows client and Microsoft Connected Cache
href: index.yml href: index.yml
- name: What's new
href: whats-new-do.md
items: items:
- name: Get started - name: Delivery Optimization
items:
- name: What is Delivery Optimization
href: waas-delivery-optimization.md
- name: Delivery Optimization Frequently Asked Questions
href: waas-delivery-optimization-faq.yml
- name: Configure Delivery Optimization for Windows clients
items:
- name: Windows client Delivery Optimization settings
href: waas-delivery-optimization-setup.md#recommended-delivery-optimization-settings
- name: Configure Delivery Optimization settings using Microsoft Intune
href: /mem/intune/configuration/delivery-optimization-windows
- name: Resources for Delivery Optimization
items:
- name: Set up Delivery Optimization for Windows
href: waas-delivery-optimization-setup.md
- name: Delivery Optimization reference
href: waas-delivery-optimization-reference.md
- name: Delivery Optimization client-service communication
href: delivery-optimization-workflow.md
- name: Using a proxy with Delivery Optimization
href: delivery-optimization-proxy.md
- name: Microsoft Connected Cache
items:
- name: MCC overview
href: waas-microsoft-connected-cache.md
- name: MCC for Enterprise and Education
href: mcc-enterprise.md
- name: MCC for ISPs
items: items:
- name: What is Delivery Optimization - name: MCC for ISP overview
href: waas-delivery-optimization.md href: mcc-isp-overview.md
- name: What's new - name: Concepts
href: whats-new-do.md items:
- name: Delivery Optimization Frequently Asked Questions - name: Device Provisioning
href: waas-delivery-optimization-faq.yml href: mcc-isp-device-provisioning.md
- name: Client Routing
href: mcc-isp-client-routing.md
- name: Cache Node Configuration
- name: Configure Delivery Optimization href: mcc-isp-cache-node-configuration.md
items: - name: Traffic Estimation
- name: Configure Windows Clients href: mcc-traffic-estimation.md
items: - name: How-to guides
- name: Windows Delivery Optimization settings items:
href: waas-delivery-optimization-setup.md#recommended-delivery-optimization-settings - name: Operator sign up and service onboarding
- name: Windows Delivery Optimization Frequently Asked Questions href: mcc-isp-signup.md
href: ../do/waas-delivery-optimization-faq.yml - name: Create the MCC in Azure portal
- name: Configure Microsoft Endpoint Manager href: mcc-isp-create.md
items: - name: Provision and deploy cache node to your server
- name: Delivery Optimization settings in Microsoft Intune href: mcc-isp-provision-deploy.md
href: /mem/intune/configuration/delivery-optimization-windows - name: Configure client routing for cache node
href: mcc-isp-configure-routing.md
- name: Microsoft Connected Cache - name: Verify cache node functionality
items: href: mcc-isp-verify-cache-node.md
- name: MCC overview - name: Update your cache node
href: waas-microsoft-connected-cache.md href: mcc-isp-update.md
- name: MCC for Enterprise and Education - name: Monitor cache node health and performance
href: mcc-enterprise.md href: mcc-isp-monitor.md
- name: MCC for ISPs - name: Uninstall your cache node
items: href: mcc-isp-uninstall.md
- name: MCC for ISP overview - name: Resources
href: mcc-isp-overview.md items:
- name: Concepts - name: Community Forum
items: href: link-to-come
- name: Device Provisioning - name: FAQs
href: mcc-isp-device-provisioning.md href: mcc-isp-faq.md
- name: Client Routing - name: Enhancing VM performance
href: mcc-isp-client-routing.md href: mcc-isp-vm-performance.md
- name: Cache Node Configuration - name: Support and troubleshooting
href: mcc-isp-cache-node-configuration.md href: mcc-isp-support.md
- name: Traffic Estimation - name: MCC for ISPs (Private Preview)
href: mcc-traffic-estimation.md href: mcc-isp.md
- name: How-to guides - name: Content endpoints for Delivery Optimization and Microsoft Connected Cache
items: href: delivery-optimization-endpoints.md
- name: Operator sign up and service onboarding
href: mcc-isp-signup.md
- name: Create the MCC in Azure portal
href: mcc-isp-create.md
- name: Provision and deploy cache node to your server
href: mcc-isp-provision-deploy.md
- name: Configure client routing for cache node
href: mcc-isp-configure-routing.md
- name: Verify cache node functionality
href: mcc-isp-verify-cache-node.md
- name: Update your cache node
href: mcc-isp-update.md
- name: Monitor cache node health and performance
href: mcc-isp-monitor.md
- name: Uninstall your cache node
href: mcc-isp-uninstall.md
- name: Resources
items:
- name: Community Forum
href: link-to-come
- name: FAQs
href: mcc-isp-faq.md
- name: Enhancing VM performance
href: mcc-isp-vm-performance.md
- name: Support and troubleshooting
href: mcc-isp-support.md
- name: MCC for ISPs (Private Preview)
href: mcc-isp.md
- name: Resources
items:
- name: Set up Delivery Optimization for Windows
href: waas-delivery-optimization-setup.md
- name: Delivery Optimization reference
href: waas-delivery-optimization-reference.md
- name: Delivery Optimization client-service communication
href: delivery-optimization-workflow.md
- name: Using a proxy with Delivery Optimization
href: delivery-optimization-proxy.md
- name: Content endpoints for Delivery Optimization and Microsoft Connected Cache
href: delivery-optimization-endpoints.md

View File

@ -1,16 +1,32 @@
# Device Provisioning # Device Provisioning
1. Overview of device provisioning Once the user executes the provisioning script, resources are created behind the scenes resulting in the successful cache node installation.
The device provisioning script takes the input of different IDs outlined below to create an IoT Central and an IoT Edge device. even though Microsoft Connected Cache scenario is not related to IoT, IoT Central and IoT Edge are installed for management and communication operation purposes.
2. Components that are installed during provisioning ### Components installed during provisioning
3. Talk about the unique IDs in the device provisioning script #### IoT Central
IoT Central is the main hub that handles all messaging and requests from IoT Edge devices. To learn more about the interaction between IoT Edge and IoT Central, view [IoT Central](https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-iot-edge) documentation.
#### IoT Edge
IoT Edge performs several functions important to manage MCC on your edge device:
1. Installs and updates MCC on your edge device.
1. Maintains Azure IoT Edge security standards on your edge device.
1. Ensures that MCC is always running.
1. Reports MCC health and usage to the cloud for remote monitoring.
### Components of the device provisioning script
There are five IDs that the device provisioning script takes as input in order to successfully provision and install your cache server. The provisioning script will automatically include these keys, with no input necessary from the user.
| ID | Description | | ID | Description |
| -- | --- | | -- | --- |
| Customer ID | | | Customer ID | The Azure subscription ID that the cache node is created in. |
| Cache node ID | | | Cache node ID | The unique alphanumeric ID of the cache node being provisioned. |
| Customer key | | | Customer key | |
| Cache node name | | | Cache node name | The name of the cache node. |
| Tenant ID | | | Tenant ID | The unique ID associated with the Azure account. |