Scripts and tools that help customers use Azure and Azure Stack
Перейти к файлу
Thomas Roettinger b00661226e
Merge pull request #671 from LouisBerner/v-loberner-ado-308722-new-host-folder
Created new folder with placeholder .txt file.
2024-10-09 20:24:21 +02:00
.vscode settings?? 2024-07-04 18:13:31 +02:00
AzureModularDatacenter Removed placeholder file. 2024-10-08 13:48:18 -07:00
CapacityManagement Update README.md 2021-12-13 11:13:50 -08:00
CloudCapabilities Bug fixes to #354 Update Template Validator to understand ApiProfiles and #237 & #367 Test-AzureRMTemplate output string contains incorrect report file path (#486) 2019-01-09 11:22:43 -08:00
Connect remove #requires -Version 4.0 2020-05-15 18:27:47 -07:00
DatacenterIntegration Merge pull request #612 from troettinger/master 2021-06-25 16:45:59 +02:00
DeployArmTemplate Add example parameters file for deployment arm template 2024-01-30 08:09:59 -08:00
Deployment Fix indent 2021-12-07 12:35:42 -08:00
HCI Merge pull request #672 from CristianEdwards/IndiaCentralEndpoints 2024-10-07 15:06:55 +02:00
Identity Close the PSSession in New-AzsAdGraphServicePrincipal. 2022-06-20 12:03:48 -07:00
InfrastructureBackupValidator Migrate RSAEncryptionPadding from OaepSHA1 to OaepSHA256 2023-12-18 15:47:26 +08:00
Policy New Policy update including new API versions in Stack (#497) 2019-03-06 09:23:48 -08:00
Registration Add back UsageReportingEnabled and MarketplaceSyndicationEnabled parameters to Get-AzsRegistrationToken 2021-10-18 14:01:45 -07:00
Support Update Get-AzsSSLEndPoints.ps1 to include ACR and SQL RPs and only optionally check all ports (#649) 2024-05-15 07:26:36 -07:00
Syndication Updated Syndication folder to point to the official documentation 2020-06-05 14:08:24 -07:00
TemplateValidator Update Template Validator Readme to note that resource type property validations are not supported 2021-10-27 17:21:23 -07:00
ToolTestingUtils PSScriptAnalyser clean and removing deprecated functions. 2017-06-21 17:40:16 -07:00
Usage format VScode 2021-12-10 11:06:06 -08:00
CONTRIBUTING.md Licenses and attribution 2016-09-22 14:52:31 -07:00
LICENSE.txt Licenses and attribution 2016-09-22 14:52:31 -07:00
README.md Update tenant log collection table OS column and fix Linux path forward slashes 2021-10-12 10:36:58 -07:00
SECURITY.md Microsoft mandatory file 2022-09-22 23:10:25 +00:00
ThirdPartyNotices.txt Licenses and attribution 2016-09-22 14:52:31 -07:00
third-party-license.txt Add third party license notice 2021-12-07 12:53:04 -08:00

README.md

Azure Stack

These tools are meant for use with Azure Stack Hub and Integrated Systems

master branch contains the tools compatible with AzureRm version of azure powershell. az branch contains the tools compatible with AzureRm version of azure powershell. We are not changing the default branch master to support Az considering that this would be a breaking change

Tools for using Azure and Azure Stack

To use these tools, obtain Azure Stack compatible Azure PowerShell module. Unless you've installed from other sources, one way to do it is to obtain from public package repositories as follows. Note that both of these could still be used to operate against Azure as well as Azure Stack, but may lack some of the latest Azure features.

To install supported version of azure powershell, please follow the instructions at https://aka.ms/azspsh

Obtain the tools by cloning the git repository. Switch to az branch for Az powershell, master is compatible with AzureRM powershell

Or download the tools with the instructions from the documentaion page https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-powershell-download

Instructions below are relative to the root of the repo.

Azure Resource Manager policy for Azure Stack

Constrains Azure subscription to the capabilities available in the Azure Stack.

  • Apply Azure Stack policy to Azure subscriptions and resource groups

Deployment of Azure Stack Development Kit

Helps prepare for ASDK deployment.

  • Prepare to Deploy (boot from VHD)
  • Prepare to Redeploy (boot back to original/base OS)

Connecting to Azure Stack

Connect to an Azure Stack ASDK instance from your personal computer/laptop.

  • Connect via VPN to an Azure Stack installation

Setting up Identity for Azure Stack

Create and manage identity related objects and configurations for Azure Stack

AzureRM Template Validator

Validate Azure ARM Template Capabilities

  • resources - Types, Location, Apiversion
  • Compute Capabilities - extensions, images, sizes
  • Storage Capabilities - skus

Tenant Log collection tool

GuestOS FileName Brief Description
Windows Windows\Panther\FastCleanup\setupact.log Primary log file for most errors that Windows
Windows Windows\Panther\UnattendGC\setupact.log High-level list of errors that occurred during the Windows
Windows Windows\Panther\WaSetup.log Windows Setup includes the ability to review the Windows Setup Windows
Windows Windows\Panther\WaSetup.xml Windows Provisioning Agent log
Windows Windows\Panther\setupact.log Primary log file for most errors that occur during the Windows Windows
Windows Windows\Panther\setuperr.log High-level list of errors that occurred during the specialize Windows
Windows Windows\Panther\unattend.xml Windows Provisioning Agent log
Windows WindowsAzure\Logs\MonitoringAgent.log Windows Guest Agent Monitoring log
Windows WindowsAzure\Logs\Telemetry.log Windows Guest Agent Telemetry service log
Windows WindowsAzure\Logs\TransparentInstaller.log Windows Guest Agent installation log. Windows Windows
Windows WindowsAzure\Logs\WaAppAgent.log Windows Guest Agent log. To see when an update to the Windows
Windows WindowsAzure\Logs\AgentRuntime.log Windows Guest Agent Runtime log
Windows WindowsAzure\Logs\TransparentInstaller.000.log Windows Guest Agent installation log (rollover)
Windows WindowsAzure\Config\myvm0.1.ExtensionConfig.xml XML file containing part of VMs extension configuration
Linux /var/lib/waagent/ovf-env.xml During provisioning, The Azure platform provides initial data to an instance via an attached CD formatted in UDF. That CD contains a ovf-env.xml file that provides configuration/deployment information.
Linux /var/lib/waagent/provisioned This file is just a marker that indicates a VHD has been Linux
Linux /var/log/dmesg* Log file(s) that contain messages from the kernel or device drivers
Linux /var/log/syslog Standardized text-based log file(s) containing logging and event information.
Linux /var/log/messages Standardized text-based log file(s) containing logging and event Linux
Linux /var/log/waagent.log Log file for the Azure Linux agent

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.