├── .gitignore ├── Chapter01 ├── 1.1-Creating-a-New-User-in-Your Azure-Account │ └── README.md ├── 1.10-Enabling-Web-Application-Firewall-With-Azure-Application-Gateway │ └── README.md ├── 1.2-Creating-a-New-Custom-Role-for-Our-User │ ├── CustomStorageDataReader.json │ ├── README.md │ └── Resources.txt ├── 1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription │ ├── README.md │ ├── allowedResourcesParams.json │ └── resources.txt ├── 1.4-Assigning-Allowed-Locations-for-Azure-Resources │ ├── AllowedLocationParams.json │ └── README.md ├── 1.5-Connecting-to-a-Private-Azure-Virtual-Machine-Using-Azure-Bastion │ └── README.md ├── 1.6-Protecting-Azure-VM-Disks-Using-Azure-Disk-Encryption │ └── README.md ├── 1.7-Blocking-Anonymous-Access-to-Azure-Storage-Account-Blobs │ └── README.md ├── 1.8-Configuring-an-Azure-Storage-Account-to-Exclusively-Use-Azure-AD-Authorization │ └── README.md └── 1.9-Storing-and-Retrieving-Secrets-from-Azure-Key-Vault │ └── README.md ├── Chapter02 ├── 2.1-Creating-an-Isolated-Private-Network-by-Provisioning-an-Azure-Virtual-Network │ └── README.md ├── 2.2-Creating-a-Network-Layout-in-Azure-Virtual-Networks-Using-Subnets │ └── README.md ├── 2.3-Route-Network-Traffic-Using-User-defined-Routes │ └── README.md ├── 2.4-Securing-Azure-Virtual-Networks-With-Azure-Firewall │ └── README.md ├── 2.5-Securing-Azure-Virtual-Networks-With-Network-Security-Groups │ └── README.md ├── 2.6-Connecting-Two-Azure-VNets-Using-Azure-Network-Peering │ └── README.md └── 2.7-Verifying-Azure-VNet-Connectivity-Using-Azure--Watcher │ └── README.md ├── Chapter03 ├── 3.1-Using-Azure-Key-Vault-Keys-to-Configure-Azure-Storage-Account-Encryption-at-Rest │ └── README.md ├── 3.10-Protecting-Azure-Storage-Blobs-From-Accidental-Deletion │ └── README.md ├── 3.11-Protecting-Azure-Storage-Account-From-Deletion-Using-Azure-Locks │ └── README.md ├── 3.2-Controlling-Azure-Storage-Account-Network-Access │ └── README.md ├── 3.3-Granting-Limited-Access-to-Azure-Storage-Accounts-Using-SAS-Tokens │ └── README.md ├── 3.4-Granting-Azure-Function-Apps-Access-to-Azure-Storage-Account-Using-Managed-Identity-and-RBAC │ └── README.md ├── 3.5-Creating-and-Storing-Snapshots-of-Your-Blob-Objects │ └── README.md ├── 3.6-Creating-and-Accessing-New-File-Versions │ └── README.md ├── 3.7-Using-a-Lifecycle-Management-Policy-to-Save-Storage-Account-Costs │ ├── ACCESS_POLICY.json │ └── README.md ├── 3.8-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-Blobs │ └── README.md └── 3.9-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-File-Shares │ └── README.md ├── Chapter04 ├── 4.1-Creating-a-Cosmos-DB-SQL-API-Account │ └── README.md ├── 4.10-Configuring-Azure-SQL-Firewall-IP-Rules │ └── README.md ├── 4.11-Configuring-Azure-SQL-Firewall-VNet-Rules │ └── README.md ├── 4.12-Backing-up-Azure-SQL-Single-Database-into-Azure-Storage-Blobs │ └── README.md ├── 4.2-Creating-a-Cosmos-DB-Gremlin-API-Account │ └── README.md ├── 4.3-Configuring-Azure-Cosmos-DB-Firewall │ └── README.md ├── 4.4-Configuring-Azure-Cosmos-DB-Private-Access │ └── README.md ├── 4.5-Granting-Function-Apps-Access-to-Cosmos-DB-Using-RBAC │ ├── MyCosmosDBReadWriteRole.json │ └── README.md ├── 4.6-Storing-Tabular-Data-in-Azure-Storage-Tables │ └── README.md ├── 4.7-Configuring-Auto-scale-for-an-Azure-Cosmos-DB-SQL-API-Container │ └── README.md ├── 4.8-Saving-Costs-on-Multiple-Azure-SQL-Single-Databases-With-Varying-and-Unpredictable-Usage-Demands │ └── README.md └── 4.9-Configuring-Serverless-Compute-Tier-for-Azure-SQL-Single-Databases │ └── README.md ├── Chapter05 ├── 5.1-Ingesting-Streaming-Data-at-Scale-Using-Azure-Event-Hubs │ └── README.md ├── 5.2-Ingesting-Telemetry-Data-From-IoT-Devices-Using-Azure-IoT-Hub │ └── README.md ├── 5.3-Implementing-Communication-Between-Services-Using-Azure-Storage-Queues │ └── README.md ├── 5.4-Implementing-Communication-Between-Services-Using-Azure-Service-Bus-Queues │ └── README.md ├── 5.5-Implement-a-Publish-Subscribe-Pattern-Using-Azure-Service-Bus-Topics │ └── README.md └── 5.6-Queuing-Newly-Uploaded-Blobs-for-Further-Processing-Using-Azure-Event-Grid │ └── README.md ├── Chapter06 ├── 6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics │ ├── README.md │ ├── TelemetryGenerator │ │ ├── TelemetryGenerator.sln │ │ └── TelemetryGenerator │ │ │ ├── Program.cs │ │ │ └── TelemetryGenerator.csproj │ ├── encoding.json │ ├── input.json │ ├── inputProperties.json │ ├── outputProperties.json │ └── sample-output.json ├── 6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool │ ├── README.md │ ├── SQL script 2.sql │ └── cars.csv ├── 6.3-Saving-Costs-on-Idle-Azure-Synapse-Dedicated-SQL-and-Spark-Pools │ └── README.md ├── 6.4-Processing-Data-Files-Using-Azure-Databricks │ ├── Cookbook01.dbc │ ├── README.md │ └── country_list.json └── 6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory │ ├── InputDataset.json │ ├── MoveJsonToCSVPipeline.json │ ├── README.md │ ├── SinkDataset.json │ ├── StorageLinkedService.json │ ├── ___sample_exported_pipeline.json │ ├── country_list.csv │ └── country_list.json ├── Chapter07 ├── 7.1-Implementing-a-Web-API-Using-Azure-Functions │ ├── HttpTrigger1.txt │ └── README.md ├── 7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger │ ├── README.md │ ├── function.json │ └── run.csx ├── 7.3-Invoking-an-Azure-Function-on-Blob-Upload-Using-the-Blob-Trigger │ ├── README.md │ └── testfile.txt ├── 7.4-Inserting-Function-App-Output-Into-Azure-Cosmos-DB │ ├── README.md │ └── run.csx.txt ├── 7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger │ ├── CommunicationDemo │ │ ├── CommunicationDemo.sln │ │ ├── CommunicationDemo │ │ │ ├── .gitignore │ │ │ ├── CommunicationDemo.csproj │ │ │ ├── Properties │ │ │ │ ├── launchSettings.json │ │ │ │ ├── serviceDependencies.json │ │ │ │ └── serviceDependencies.local.json │ │ │ ├── Receiver.cs │ │ │ ├── Sender.cs │ │ │ └── host.json │ │ ├── deploymentPackage.zip │ │ └── readme.txt │ └── README.md └── 7.6-Restricting-Network-Access-to-Azure-Function-Apps │ └── README.md ├── Chapter08 ├── 8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy │ ├── README.md │ ├── ZipDeployDemo │ │ ├── ZipDeployDemo.sln │ │ └── ZipDeployDemo │ │ │ ├── Controllers │ │ │ └── HomeController.cs │ │ │ ├── Models │ │ │ └── ErrorViewModel.cs │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ ├── ServiceDependencies │ │ │ │ └── ch08cookzipdeploy-app - Web Deploy │ │ │ │ │ └── profile.arm.json │ │ │ └── launchSettings.json │ │ │ ├── Views │ │ │ ├── Home │ │ │ │ ├── Index.cshtml │ │ │ │ └── Privacy.cshtml │ │ │ ├── Shared │ │ │ │ ├── Error.cshtml │ │ │ │ ├── _Layout.cshtml │ │ │ │ ├── _Layout.cshtml.css │ │ │ │ └── _ValidationScriptsPartial.cshtml │ │ │ ├── _ViewImports.cshtml │ │ │ └── _ViewStart.cshtml │ │ │ ├── ZipDeployDemo.csproj │ │ │ ├── appsettings.Development.json │ │ │ ├── appsettings.json │ │ │ └── wwwroot │ │ │ ├── css │ │ │ └── site.css │ │ │ ├── favicon.ico │ │ │ ├── js │ │ │ └── site.js │ │ │ └── lib │ │ │ ├── bootstrap │ │ │ ├── LICENSE │ │ │ └── dist │ │ │ │ ├── css │ │ │ │ ├── bootstrap-grid.css │ │ │ │ ├── bootstrap-grid.css.map │ │ │ │ ├── bootstrap-grid.min.css │ │ │ │ ├── bootstrap-grid.min.css.map │ │ │ │ ├── bootstrap-grid.rtl.css │ │ │ │ ├── bootstrap-grid.rtl.css.map │ │ │ │ ├── bootstrap-grid.rtl.min.css │ │ │ │ ├── bootstrap-grid.rtl.min.css.map │ │ │ │ ├── bootstrap-reboot.css │ │ │ │ ├── bootstrap-reboot.css.map │ │ │ │ ├── bootstrap-reboot.min.css │ │ │ │ ├── bootstrap-reboot.min.css.map │ │ │ │ ├── bootstrap-reboot.rtl.css │ │ │ │ ├── bootstrap-reboot.rtl.css.map │ │ │ │ ├── bootstrap-reboot.rtl.min.css │ │ │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ │ │ ├── bootstrap-utilities.css │ │ │ │ ├── bootstrap-utilities.css.map │ │ │ │ ├── bootstrap-utilities.min.css │ │ │ │ ├── bootstrap-utilities.min.css.map │ │ │ │ ├── bootstrap-utilities.rtl.css │ │ │ │ ├── bootstrap-utilities.rtl.css.map │ │ │ │ ├── bootstrap-utilities.rtl.min.css │ │ │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ ├── bootstrap.min.css │ │ │ │ ├── bootstrap.min.css.map │ │ │ │ ├── bootstrap.rtl.css │ │ │ │ ├── bootstrap.rtl.css.map │ │ │ │ ├── bootstrap.rtl.min.css │ │ │ │ └── bootstrap.rtl.min.css.map │ │ │ │ └── js │ │ │ │ ├── bootstrap.bundle.js │ │ │ │ ├── bootstrap.bundle.js.map │ │ │ │ ├── bootstrap.bundle.min.js │ │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ │ ├── bootstrap.esm.js │ │ │ │ ├── bootstrap.esm.js.map │ │ │ │ ├── bootstrap.esm.min.js │ │ │ │ ├── bootstrap.esm.min.js.map │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.js.map │ │ │ │ ├── bootstrap.min.js │ │ │ │ └── bootstrap.min.js.map │ │ │ ├── jquery-validation-unobtrusive │ │ │ ├── LICENSE.txt │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ ├── jquery-validation │ │ │ ├── LICENSE.md │ │ │ └── dist │ │ │ │ ├── additional-methods.js │ │ │ │ ├── additional-methods.min.js │ │ │ │ ├── jquery.validate.js │ │ │ │ └── jquery.validate.min.js │ │ │ └── jquery │ │ │ ├── LICENSE.txt │ │ │ └── dist │ │ │ ├── jquery.js │ │ │ ├── jquery.min.js │ │ │ └── jquery.min.map │ └── wwwroot.zip ├── 8.2-Deploying-a-Web-Application-to-Azure-App-Services-Using-FTP │ ├── README.md │ └── index.php ├── 8.3-Deploying-a-Web-Application-From-a-Public-GitHub-Repository-to-Azure-App-Services │ ├── README.md │ └── repo │ │ └── index.php ├── 8.4-Configuring-Autoscaling-for-Your-Azure-App-Service-Plan │ ├── README.md │ └── az_monitor_autoscale_rule_list.txt ├── 8.5-Restricting-Network-Access-to-an-Azure-App-Service │ ├── README.md │ └── access-restriction_show_sample_output.txt └── 8.6-Hosting-Static-Websites-in-Azure-Storage │ ├── README.md │ └── staticwebsite │ ├── 404.html │ └── index.html ├── Chapter09 ├── 9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry │ ├── README.md │ └── Static │ │ ├── Dockerfile │ │ └── index.html ├── 9.2-Pulling-and-Running-a-Docker-Image-in-Azure-Container-Instances │ └── README.md ├── 9.3-Pulling-and-Running-a-Containerized-Website-in-Azure-App-Services │ └── README.md ├── 9.4-Pulling and Running a Containerized Website in Azure Container Apps │ └── README.md └── 9.5-Protecting-Azure-Container-Registry-By-Limiting-Public-Network-Access │ └── README.md ├── Chapter10 ├── 10.1-Provisioning-a-Multi-service-Azure-Cognitive-Services-Resource │ └── README.md ├── 10.2-Converting-Text-to-Speech │ ├── README.md │ └── speech.wav ├── 10.3-Translating-Text │ ├── README.md │ └── supported.json ├── 10.4-Performing-Sentiment-Analysis-on-Text │ ├── README.md │ └── sampleResponse.json ├── 10.5-Detecting-Objects-in-Images │ ├── README.md │ └── city.jpg ├── 10.6-Creating-Captions-for-Images │ ├── README.md │ └── trees.jpg ├── 10.7-Extracting-Text-from-Images-Using-OCR │ ├── README.md │ └── Yosemite.jpg ├── 10.8-Detecting-PII-in-Text │ └── README.md └── __Chapter10.postman_collection.json ├── Chapter11 ├── 11.1-Managing-Azure-Resource-Tags │ └── README.md ├── 11.2-Estimating-Cost-for-Azure-Resources │ └── ExportedEstimate.xlsx ├── 11.4-Collecting-Platform-Logs-for-an-Azure-Resource │ └── README.md └── 11.5-Configuring-Diagnostic-Settings-for-Azure-Resources │ ├── README.md │ └── table_list_output.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/.gitignore -------------------------------------------------------------------------------- /Chapter01/1.1-Creating-a-New-User-in-Your Azure-Account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.1-Creating-a-New-User-in-Your Azure-Account/README.md -------------------------------------------------------------------------------- /Chapter01/1.10-Enabling-Web-Application-Firewall-With-Azure-Application-Gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.10-Enabling-Web-Application-Firewall-With-Azure-Application-Gateway/README.md -------------------------------------------------------------------------------- /Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/CustomStorageDataReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/CustomStorageDataReader.json -------------------------------------------------------------------------------- /Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/README.md -------------------------------------------------------------------------------- /Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/Resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.2-Creating-a-New-Custom-Role-for-Our-User/Resources.txt -------------------------------------------------------------------------------- /Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/README.md -------------------------------------------------------------------------------- /Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/allowedResourcesParams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/allowedResourcesParams.json -------------------------------------------------------------------------------- /Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.3-Assigning-Allowed-Azure-Resource-Types-in-a-Subscription/resources.txt -------------------------------------------------------------------------------- /Chapter01/1.4-Assigning-Allowed-Locations-for-Azure-Resources/AllowedLocationParams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.4-Assigning-Allowed-Locations-for-Azure-Resources/AllowedLocationParams.json -------------------------------------------------------------------------------- /Chapter01/1.4-Assigning-Allowed-Locations-for-Azure-Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.4-Assigning-Allowed-Locations-for-Azure-Resources/README.md -------------------------------------------------------------------------------- /Chapter01/1.5-Connecting-to-a-Private-Azure-Virtual-Machine-Using-Azure-Bastion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.5-Connecting-to-a-Private-Azure-Virtual-Machine-Using-Azure-Bastion/README.md -------------------------------------------------------------------------------- /Chapter01/1.6-Protecting-Azure-VM-Disks-Using-Azure-Disk-Encryption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.6-Protecting-Azure-VM-Disks-Using-Azure-Disk-Encryption/README.md -------------------------------------------------------------------------------- /Chapter01/1.7-Blocking-Anonymous-Access-to-Azure-Storage-Account-Blobs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.7-Blocking-Anonymous-Access-to-Azure-Storage-Account-Blobs/README.md -------------------------------------------------------------------------------- /Chapter01/1.8-Configuring-an-Azure-Storage-Account-to-Exclusively-Use-Azure-AD-Authorization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.8-Configuring-an-Azure-Storage-Account-to-Exclusively-Use-Azure-AD-Authorization/README.md -------------------------------------------------------------------------------- /Chapter01/1.9-Storing-and-Retrieving-Secrets-from-Azure-Key-Vault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter01/1.9-Storing-and-Retrieving-Secrets-from-Azure-Key-Vault/README.md -------------------------------------------------------------------------------- /Chapter02/2.1-Creating-an-Isolated-Private-Network-by-Provisioning-an-Azure-Virtual-Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.1-Creating-an-Isolated-Private-Network-by-Provisioning-an-Azure-Virtual-Network/README.md -------------------------------------------------------------------------------- /Chapter02/2.2-Creating-a-Network-Layout-in-Azure-Virtual-Networks-Using-Subnets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.2-Creating-a-Network-Layout-in-Azure-Virtual-Networks-Using-Subnets/README.md -------------------------------------------------------------------------------- /Chapter02/2.3-Route-Network-Traffic-Using-User-defined-Routes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.3-Route-Network-Traffic-Using-User-defined-Routes/README.md -------------------------------------------------------------------------------- /Chapter02/2.4-Securing-Azure-Virtual-Networks-With-Azure-Firewall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.4-Securing-Azure-Virtual-Networks-With-Azure-Firewall/README.md -------------------------------------------------------------------------------- /Chapter02/2.5-Securing-Azure-Virtual-Networks-With-Network-Security-Groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.5-Securing-Azure-Virtual-Networks-With-Network-Security-Groups/README.md -------------------------------------------------------------------------------- /Chapter02/2.6-Connecting-Two-Azure-VNets-Using-Azure-Network-Peering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.6-Connecting-Two-Azure-VNets-Using-Azure-Network-Peering/README.md -------------------------------------------------------------------------------- /Chapter02/2.7-Verifying-Azure-VNet-Connectivity-Using-Azure--Watcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter02/2.7-Verifying-Azure-VNet-Connectivity-Using-Azure--Watcher/README.md -------------------------------------------------------------------------------- /Chapter03/3.1-Using-Azure-Key-Vault-Keys-to-Configure-Azure-Storage-Account-Encryption-at-Rest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.1-Using-Azure-Key-Vault-Keys-to-Configure-Azure-Storage-Account-Encryption-at-Rest/README.md -------------------------------------------------------------------------------- /Chapter03/3.10-Protecting-Azure-Storage-Blobs-From-Accidental-Deletion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.10-Protecting-Azure-Storage-Blobs-From-Accidental-Deletion/README.md -------------------------------------------------------------------------------- /Chapter03/3.11-Protecting-Azure-Storage-Account-From-Deletion-Using-Azure-Locks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.11-Protecting-Azure-Storage-Account-From-Deletion-Using-Azure-Locks/README.md -------------------------------------------------------------------------------- /Chapter03/3.2-Controlling-Azure-Storage-Account-Network-Access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.2-Controlling-Azure-Storage-Account-Network-Access/README.md -------------------------------------------------------------------------------- /Chapter03/3.3-Granting-Limited-Access-to-Azure-Storage-Accounts-Using-SAS-Tokens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.3-Granting-Limited-Access-to-Azure-Storage-Accounts-Using-SAS-Tokens/README.md -------------------------------------------------------------------------------- /Chapter03/3.4-Granting-Azure-Function-Apps-Access-to-Azure-Storage-Account-Using-Managed-Identity-and-RBAC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.4-Granting-Azure-Function-Apps-Access-to-Azure-Storage-Account-Using-Managed-Identity-and-RBAC/README.md -------------------------------------------------------------------------------- /Chapter03/3.5-Creating-and-Storing-Snapshots-of-Your-Blob-Objects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.5-Creating-and-Storing-Snapshots-of-Your-Blob-Objects/README.md -------------------------------------------------------------------------------- /Chapter03/3.6-Creating-and-Accessing-New-File-Versions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.6-Creating-and-Accessing-New-File-Versions/README.md -------------------------------------------------------------------------------- /Chapter03/3.7-Using-a-Lifecycle-Management-Policy-to-Save-Storage-Account-Costs/ACCESS_POLICY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.7-Using-a-Lifecycle-Management-Policy-to-Save-Storage-Account-Costs/ACCESS_POLICY.json -------------------------------------------------------------------------------- /Chapter03/3.7-Using-a-Lifecycle-Management-Policy-to-Save-Storage-Account-Costs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.7-Using-a-Lifecycle-Management-Policy-to-Save-Storage-Account-Costs/README.md -------------------------------------------------------------------------------- /Chapter03/3.8-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-Blobs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.8-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-Blobs/README.md -------------------------------------------------------------------------------- /Chapter03/3.9-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-File-Shares/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter03/3.9-Using-AZCopy-to-Upload-Multiple-Files-to-Azure-Storage-File-Shares/README.md -------------------------------------------------------------------------------- /Chapter04/4.1-Creating-a-Cosmos-DB-SQL-API-Account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.1-Creating-a-Cosmos-DB-SQL-API-Account/README.md -------------------------------------------------------------------------------- /Chapter04/4.10-Configuring-Azure-SQL-Firewall-IP-Rules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.10-Configuring-Azure-SQL-Firewall-IP-Rules/README.md -------------------------------------------------------------------------------- /Chapter04/4.11-Configuring-Azure-SQL-Firewall-VNet-Rules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.11-Configuring-Azure-SQL-Firewall-VNet-Rules/README.md -------------------------------------------------------------------------------- /Chapter04/4.12-Backing-up-Azure-SQL-Single-Database-into-Azure-Storage-Blobs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.12-Backing-up-Azure-SQL-Single-Database-into-Azure-Storage-Blobs/README.md -------------------------------------------------------------------------------- /Chapter04/4.2-Creating-a-Cosmos-DB-Gremlin-API-Account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.2-Creating-a-Cosmos-DB-Gremlin-API-Account/README.md -------------------------------------------------------------------------------- /Chapter04/4.3-Configuring-Azure-Cosmos-DB-Firewall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.3-Configuring-Azure-Cosmos-DB-Firewall/README.md -------------------------------------------------------------------------------- /Chapter04/4.4-Configuring-Azure-Cosmos-DB-Private-Access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.4-Configuring-Azure-Cosmos-DB-Private-Access/README.md -------------------------------------------------------------------------------- /Chapter04/4.5-Granting-Function-Apps-Access-to-Cosmos-DB-Using-RBAC/MyCosmosDBReadWriteRole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.5-Granting-Function-Apps-Access-to-Cosmos-DB-Using-RBAC/MyCosmosDBReadWriteRole.json -------------------------------------------------------------------------------- /Chapter04/4.5-Granting-Function-Apps-Access-to-Cosmos-DB-Using-RBAC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.5-Granting-Function-Apps-Access-to-Cosmos-DB-Using-RBAC/README.md -------------------------------------------------------------------------------- /Chapter04/4.6-Storing-Tabular-Data-in-Azure-Storage-Tables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.6-Storing-Tabular-Data-in-Azure-Storage-Tables/README.md -------------------------------------------------------------------------------- /Chapter04/4.7-Configuring-Auto-scale-for-an-Azure-Cosmos-DB-SQL-API-Container/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.7-Configuring-Auto-scale-for-an-Azure-Cosmos-DB-SQL-API-Container/README.md -------------------------------------------------------------------------------- /Chapter04/4.8-Saving-Costs-on-Multiple-Azure-SQL-Single-Databases-With-Varying-and-Unpredictable-Usage-Demands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.8-Saving-Costs-on-Multiple-Azure-SQL-Single-Databases-With-Varying-and-Unpredictable-Usage-Demands/README.md -------------------------------------------------------------------------------- /Chapter04/4.9-Configuring-Serverless-Compute-Tier-for-Azure-SQL-Single-Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter04/4.9-Configuring-Serverless-Compute-Tier-for-Azure-SQL-Single-Databases/README.md -------------------------------------------------------------------------------- /Chapter05/5.1-Ingesting-Streaming-Data-at-Scale-Using-Azure-Event-Hubs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.1-Ingesting-Streaming-Data-at-Scale-Using-Azure-Event-Hubs/README.md -------------------------------------------------------------------------------- /Chapter05/5.2-Ingesting-Telemetry-Data-From-IoT-Devices-Using-Azure-IoT-Hub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.2-Ingesting-Telemetry-Data-From-IoT-Devices-Using-Azure-IoT-Hub/README.md -------------------------------------------------------------------------------- /Chapter05/5.3-Implementing-Communication-Between-Services-Using-Azure-Storage-Queues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.3-Implementing-Communication-Between-Services-Using-Azure-Storage-Queues/README.md -------------------------------------------------------------------------------- /Chapter05/5.4-Implementing-Communication-Between-Services-Using-Azure-Service-Bus-Queues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.4-Implementing-Communication-Between-Services-Using-Azure-Service-Bus-Queues/README.md -------------------------------------------------------------------------------- /Chapter05/5.5-Implement-a-Publish-Subscribe-Pattern-Using-Azure-Service-Bus-Topics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.5-Implement-a-Publish-Subscribe-Pattern-Using-Azure-Service-Bus-Topics/README.md -------------------------------------------------------------------------------- /Chapter05/5.6-Queuing-Newly-Uploaded-Blobs-for-Further-Processing-Using-Azure-Event-Grid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter05/5.6-Queuing-Newly-Uploaded-Blobs-for-Further-Processing-Using-Azure-Event-Grid/README.md -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/README.md -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator.sln -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator/Program.cs -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator/TelemetryGenerator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/TelemetryGenerator/TelemetryGenerator/TelemetryGenerator.csproj -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/encoding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/encoding.json -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/input.json -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/inputProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/inputProperties.json -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/outputProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/outputProperties.json -------------------------------------------------------------------------------- /Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/sample-output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.1-Processing-Live-Data-Streams-Using-Azure-Stream-Analytics/sample-output.json -------------------------------------------------------------------------------- /Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/README.md -------------------------------------------------------------------------------- /Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/SQL script 2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/SQL script 2.sql -------------------------------------------------------------------------------- /Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/cars.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.2-Querying-CSV-File-Contents-Using-Azure-Synapse-Analytics-Serverless-Pool/cars.csv -------------------------------------------------------------------------------- /Chapter06/6.3-Saving-Costs-on-Idle-Azure-Synapse-Dedicated-SQL-and-Spark-Pools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.3-Saving-Costs-on-Idle-Azure-Synapse-Dedicated-SQL-and-Spark-Pools/README.md -------------------------------------------------------------------------------- /Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/Cookbook01.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/Cookbook01.dbc -------------------------------------------------------------------------------- /Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/README.md -------------------------------------------------------------------------------- /Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/country_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.4-Processing-Data-Files-Using-Azure-Databricks/country_list.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/InputDataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/InputDataset.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/MoveJsonToCSVPipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/MoveJsonToCSVPipeline.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/README.md -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/SinkDataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/SinkDataset.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/StorageLinkedService.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/StorageLinkedService.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/___sample_exported_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/___sample_exported_pipeline.json -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/country_list.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/country_list.csv -------------------------------------------------------------------------------- /Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/country_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter06/6.5-Performing-ETL-ELT-Operations-on-Big-Data-Using-Azure-Data-Factory/country_list.json -------------------------------------------------------------------------------- /Chapter07/7.1-Implementing-a-Web-API-Using-Azure-Functions/HttpTrigger1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.1-Implementing-a-Web-API-Using-Azure-Functions/HttpTrigger1.txt -------------------------------------------------------------------------------- /Chapter07/7.1-Implementing-a-Web-API-Using-Azure-Functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.1-Implementing-a-Web-API-Using-Azure-Functions/README.md -------------------------------------------------------------------------------- /Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/README.md -------------------------------------------------------------------------------- /Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/function.json -------------------------------------------------------------------------------- /Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/run.csx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.2-Invoking-an-Azure-Function-on-a-Schedule-Using-the-Timer-Trigger/run.csx -------------------------------------------------------------------------------- /Chapter07/7.3-Invoking-an-Azure-Function-on-Blob-Upload-Using-the-Blob-Trigger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.3-Invoking-an-Azure-Function-on-Blob-Upload-Using-the-Blob-Trigger/README.md -------------------------------------------------------------------------------- /Chapter07/7.3-Invoking-an-Azure-Function-on-Blob-Upload-Using-the-Blob-Trigger/testfile.txt: -------------------------------------------------------------------------------- 1 | Sample blob -------------------------------------------------------------------------------- /Chapter07/7.4-Inserting-Function-App-Output-Into-Azure-Cosmos-DB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.4-Inserting-Function-App-Output-Into-Azure-Cosmos-DB/README.md -------------------------------------------------------------------------------- /Chapter07/7.4-Inserting-Function-App-Output-Into-Azure-Cosmos-DB/run.csx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.4-Inserting-Function-App-Output-Into-Azure-Cosmos-DB/run.csx.txt -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo.sln -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/.gitignore -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/CommunicationDemo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/CommunicationDemo.csproj -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/launchSettings.json -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/serviceDependencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/serviceDependencies.json -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/serviceDependencies.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Properties/serviceDependencies.local.json -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Receiver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Receiver.cs -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Sender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/Sender.cs -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/CommunicationDemo/host.json -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/deploymentPackage.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/deploymentPackage.zip -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/CommunicationDemo/readme.txt -------------------------------------------------------------------------------- /Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.5-Establishing-Communication-Between-Azure-Functions-Using-the-Service-Bus-Queue-Trigger/README.md -------------------------------------------------------------------------------- /Chapter07/7.6-Restricting-Network-Access-to-Azure-Function-Apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter07/7.6-Restricting-Network-Access-to-Azure-Function-Apps/README.md -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/README.md -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo.sln -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Controllers/HomeController.cs -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Models/ErrorViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Models/ErrorViewModel.cs -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Program.cs -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Properties/ServiceDependencies/ch08cookzipdeploy-app - Web Deploy/profile.arm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Properties/ServiceDependencies/ch08cookzipdeploy-app - Web Deploy/profile.arm.json -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Properties/launchSettings.json -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Home/Index.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Home/Privacy.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Home/Privacy.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/Error.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_Layout.cshtml.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_Layout.cshtml.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_ValidationScriptsPartial.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/Shared/_ValidationScriptsPartial.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/_ViewImports.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/_ViewImports.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/Views/_ViewStart.cshtml -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/ZipDeployDemo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/ZipDeployDemo.csproj -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/appsettings.Development.json -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/appsettings.json -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/css/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/css/site.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/favicon.ico -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/js/site.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/js/site.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/LICENSE -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/LICENSE.md -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/additional-methods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/additional-methods.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/additional-methods.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/additional-methods.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/jquery.validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/jquery.validate.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/LICENSE.txt -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.min.js -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/ZipDeployDemo/ZipDeployDemo/wwwroot/lib/jquery/dist/jquery.min.map -------------------------------------------------------------------------------- /Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/wwwroot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.1-Deploying-a-Web-Application-to-Azure-App-Services-Using-ZipDeploy/wwwroot.zip -------------------------------------------------------------------------------- /Chapter08/8.2-Deploying-a-Web-Application-to-Azure-App-Services-Using-FTP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.2-Deploying-a-Web-Application-to-Azure-App-Services-Using-FTP/README.md -------------------------------------------------------------------------------- /Chapter08/8.2-Deploying-a-Web-Application-to-Azure-App-Services-Using-FTP/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.2-Deploying-a-Web-Application-to-Azure-App-Services-Using-FTP/index.php -------------------------------------------------------------------------------- /Chapter08/8.3-Deploying-a-Web-Application-From-a-Public-GitHub-Repository-to-Azure-App-Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.3-Deploying-a-Web-Application-From-a-Public-GitHub-Repository-to-Azure-App-Services/README.md -------------------------------------------------------------------------------- /Chapter08/8.3-Deploying-a-Web-Application-From-a-Public-GitHub-Repository-to-Azure-App-Services/repo/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.3-Deploying-a-Web-Application-From-a-Public-GitHub-Repository-to-Azure-App-Services/repo/index.php -------------------------------------------------------------------------------- /Chapter08/8.4-Configuring-Autoscaling-for-Your-Azure-App-Service-Plan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.4-Configuring-Autoscaling-for-Your-Azure-App-Service-Plan/README.md -------------------------------------------------------------------------------- /Chapter08/8.4-Configuring-Autoscaling-for-Your-Azure-App-Service-Plan/az_monitor_autoscale_rule_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.4-Configuring-Autoscaling-for-Your-Azure-App-Service-Plan/az_monitor_autoscale_rule_list.txt -------------------------------------------------------------------------------- /Chapter08/8.5-Restricting-Network-Access-to-an-Azure-App-Service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.5-Restricting-Network-Access-to-an-Azure-App-Service/README.md -------------------------------------------------------------------------------- /Chapter08/8.5-Restricting-Network-Access-to-an-Azure-App-Service/access-restriction_show_sample_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.5-Restricting-Network-Access-to-an-Azure-App-Service/access-restriction_show_sample_output.txt -------------------------------------------------------------------------------- /Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/README.md -------------------------------------------------------------------------------- /Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/staticwebsite/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/staticwebsite/404.html -------------------------------------------------------------------------------- /Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/staticwebsite/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter08/8.6-Hosting-Static-Websites-in-Azure-Storage/staticwebsite/index.html -------------------------------------------------------------------------------- /Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/README.md -------------------------------------------------------------------------------- /Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/Static/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/Static/Dockerfile -------------------------------------------------------------------------------- /Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/Static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.1-Building-and-Pushing-a-Container-Image-to-Azure-Container-Registry/Static/index.html -------------------------------------------------------------------------------- /Chapter09/9.2-Pulling-and-Running-a-Docker-Image-in-Azure-Container-Instances/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.2-Pulling-and-Running-a-Docker-Image-in-Azure-Container-Instances/README.md -------------------------------------------------------------------------------- /Chapter09/9.3-Pulling-and-Running-a-Containerized-Website-in-Azure-App-Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.3-Pulling-and-Running-a-Containerized-Website-in-Azure-App-Services/README.md -------------------------------------------------------------------------------- /Chapter09/9.4-Pulling and Running a Containerized Website in Azure Container Apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.4-Pulling and Running a Containerized Website in Azure Container Apps/README.md -------------------------------------------------------------------------------- /Chapter09/9.5-Protecting-Azure-Container-Registry-By-Limiting-Public-Network-Access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter09/9.5-Protecting-Azure-Container-Registry-By-Limiting-Public-Network-Access/README.md -------------------------------------------------------------------------------- /Chapter10/10.1-Provisioning-a-Multi-service-Azure-Cognitive-Services-Resource/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.1-Provisioning-a-Multi-service-Azure-Cognitive-Services-Resource/README.md -------------------------------------------------------------------------------- /Chapter10/10.2-Converting-Text-to-Speech/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.2-Converting-Text-to-Speech/README.md -------------------------------------------------------------------------------- /Chapter10/10.2-Converting-Text-to-Speech/speech.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.2-Converting-Text-to-Speech/speech.wav -------------------------------------------------------------------------------- /Chapter10/10.3-Translating-Text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.3-Translating-Text/README.md -------------------------------------------------------------------------------- /Chapter10/10.3-Translating-Text/supported.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.3-Translating-Text/supported.json -------------------------------------------------------------------------------- /Chapter10/10.4-Performing-Sentiment-Analysis-on-Text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.4-Performing-Sentiment-Analysis-on-Text/README.md -------------------------------------------------------------------------------- /Chapter10/10.4-Performing-Sentiment-Analysis-on-Text/sampleResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.4-Performing-Sentiment-Analysis-on-Text/sampleResponse.json -------------------------------------------------------------------------------- /Chapter10/10.5-Detecting-Objects-in-Images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.5-Detecting-Objects-in-Images/README.md -------------------------------------------------------------------------------- /Chapter10/10.5-Detecting-Objects-in-Images/city.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.5-Detecting-Objects-in-Images/city.jpg -------------------------------------------------------------------------------- /Chapter10/10.6-Creating-Captions-for-Images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.6-Creating-Captions-for-Images/README.md -------------------------------------------------------------------------------- /Chapter10/10.6-Creating-Captions-for-Images/trees.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.6-Creating-Captions-for-Images/trees.jpg -------------------------------------------------------------------------------- /Chapter10/10.7-Extracting-Text-from-Images-Using-OCR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.7-Extracting-Text-from-Images-Using-OCR/README.md -------------------------------------------------------------------------------- /Chapter10/10.7-Extracting-Text-from-Images-Using-OCR/Yosemite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.7-Extracting-Text-from-Images-Using-OCR/Yosemite.jpg -------------------------------------------------------------------------------- /Chapter10/10.8-Detecting-PII-in-Text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/10.8-Detecting-PII-in-Text/README.md -------------------------------------------------------------------------------- /Chapter10/__Chapter10.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter10/__Chapter10.postman_collection.json -------------------------------------------------------------------------------- /Chapter11/11.1-Managing-Azure-Resource-Tags/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter11/11.1-Managing-Azure-Resource-Tags/README.md -------------------------------------------------------------------------------- /Chapter11/11.2-Estimating-Cost-for-Azure-Resources/ExportedEstimate.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter11/11.2-Estimating-Cost-for-Azure-Resources/ExportedEstimate.xlsx -------------------------------------------------------------------------------- /Chapter11/11.4-Collecting-Platform-Logs-for-an-Azure-Resource/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter11/11.4-Collecting-Platform-Logs-for-an-Azure-Resource/README.md -------------------------------------------------------------------------------- /Chapter11/11.5-Configuring-Diagnostic-Settings-for-Azure-Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter11/11.5-Configuring-Diagnostic-Settings-for-Azure-Resources/README.md -------------------------------------------------------------------------------- /Chapter11/11.5-Configuring-Diagnostic-Settings-for-Azure-Resources/table_list_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaalion/AzureCookbook/HEAD/Chapter11/11.5-Configuring-Diagnostic-Settings-for-Azure-Resources/table_list_output.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AzureCookbook --------------------------------------------------------------------------------