From 6f54db75b84db07319482b5e5fd4fb3db4c020a7 Mon Sep 17 00:00:00 2001 From: Chris Miller Date: Thu, 13 Oct 2022 13:02:06 -0400 Subject: [PATCH] Add readme items --- sdk/devcenter/azure-developer-devcenter/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sdk/devcenter/azure-developer-devcenter/README.md b/sdk/devcenter/azure-developer-devcenter/README.md index f94558f0535c..14bb026e5265 100644 --- a/sdk/devcenter/azure-developer-devcenter/README.md +++ b/sdk/devcenter/azure-developer-devcenter/README.md @@ -117,6 +117,17 @@ Use the returned token credential to authenticate the client: print('service responds error: {}'.format(e.response.json())) ``` +## Key Concepts +Dev Boxes refer to managed developer machines running in Azure. Dev Boxes are provisioned in Pools, which define the network and image used for a Dev Box. + +Environments refer to templated developer environments, which combine a template (Catalog Item) and parameters. + +## Troubleshooting +Errors can occur during inital requests and long-running operations, and will provide information about how to resolve the error. +Be sure to confirm that dependent resources, such as pools and catalogs, are set up properly and are in a healthy state. You will not be able to create resources with the package when your dependent resources are in a failed state. + +## Next Steps +Get started by exploring our samples and starting to use the package! ## Contributing