Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts
Wednesday, August 19, 2020
Wednesday, August 5, 2020
SQL Server Stretch Database
Stretch Database
Data can be split between on-premises and cloud storage.
With Stretch Database, cold/audit data is kept in the cloud and data remains available for users to
query, might be a small amount of additional latency associated with queries. Data in the cloud is backed up automatically.
With Stretch Database, active data is kept on-premises for maximum performance and reduce storage requirements both for data and backups (it run quicker than standard backups).
It requires no changes to new or existing TSQL queries.
Friday, May 15, 2020
PCF - CF SSH command connection error
PS C:\\doc> cf ssh makdns-blogger-api-demo
FAILED
Error opening SSH connection: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Solution
PS C:\\doc>cf enable-ssh makdns-blogger-api-demo => "makdns-blogger-api-demo" application name
PS C:\\doc>cf space-ssh-allowed demo => "demo" is space name
PS C:\\doc>cf ssh makdns-blogger-api-demo
Saturday, April 18, 2020
Large Volume Data Migration to Azure using Azure Data Box
Migrating Large volume of data(like Terabytes or Petabytes) from on-premises to Azure using Azure Data Box.
Two types of data transfer options: Offline & Online
Offline - choose
1. More than 5 TB, no good bandwidth connectivity
2. Data can be upload to any one of storage: Block Blob, Page Blob, Managed Disk, File Storage
3. Four Data Box options available to choose
Tuesday, November 5, 2019
Deploy ASP.NET CORE WEB API to Containers and Azure Kubernetes using Concourse pipeline
GitHub Source Code
https://github.com/mkader/ConcourseAzureBlobContainerK8s
https://github.com/mkader/ConcourseAzureBlobContainerK8s
1. Create and Pull ASP.NET Core WEB API source code from GitHub using Concourse resource. 2. Running unit test using Concourse job. 3. Generate a Docker Container image. 4. Publishing it into a Azure Container Registry. 5. Generate a tar(zip) file 6. Store it into a Azure Blob Storage. 7. Generate semantic version and tag it into Docker Container image. 8. Deploys a Docker Container image from Azure Container Registry to Azure Kubernetes. 9. Add Coverlet Code coverage and SonarQube Code Analysis. |
Subscribe to:
Posts (Atom)