@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/34626da1-1f32-4edc-8cdd-828caedd4af8> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Valiramani, Avinash. Microsoft Azure Compute" ;
    bflc:aap-normalized "valiramaniavinashmicrosoftazurecompute" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:32.829545+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22479388> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ] ;
    :classification [ a :ClassificationDdc ;
            :classificationPortion "004.6782" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20221103" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "TK5105.88813" ;
            :itemPortion ".V35 2022" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2022114086> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/d4842908-13a8-4036-a424-b1e80ba80ede> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/hubs/0f017090-7981-418a-8fc4-797528cac464> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ],
        [ a :Relation ;
            :associatedResource <https://id.oclc.org/worldcat/entity/E39PCXFbfxhGvx8p7fjjfM6wJC> ;
            :relationship <https://id.oclc.org/worldcat/ontology/hasWork> ],
        [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t>,
                        <http://id.loc.gov/vocabulary/mstatus/tr> ;
                    :title [ a :Title ;
                            :mainTitle "IT best practices series" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ],
        [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/842281db-194f-4968-9d7c-707131b189a5> ;
            :relationship <http://id.loc.gov/entities/relationships/ebookversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject [ a :Topic,
                mads:Topic ;
            rdfs:label "Microsoft Azure (Plateforme informatique)" ;
            bflc:aap-normalized "microsoftazure(plateformeinformatique)" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/rvm> ;
            mads:authoritativeLabel "Microsoft Azure (Plateforme informatique)" ],
        [ a :Topic,
                mads:Topic ;
            rdfs:label "Microsoft Azure (Computing platform)" ;
            bflc:aap-normalized "microsoftazure(computingplatform)" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/fast> ;
            mads:authoritativeLabel "Microsoft Azure (Computing platform)" ],
        [ a :Topic,
                mads:Topic ;
            rdfs:label "Cloud computing" ;
            bflc:aap-normalized "cloudcomputing" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/fast> ;
            mads:authoritativeLabel "Cloud computing" ],
        [ a :Topic,
                mads:Topic ;
            rdfs:label "Infonuagique" ;
            bflc:aap-normalized "infonuagique" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/rvm> ;
            mads:authoritativeLabel "Infonuagique" ],
        <http://id.loc.gov/authorities/subjects/sh2008004883>,
        <http://id.loc.gov/authorities/subjects/sh2016001752> ;
    :summary [ a :Summary ;
            rdfs:label "Proven best practices for success with every Azure compute service! Compute services are key to most Azure cloud solutions, but maximizing their value requires best-practice planning, design, deployment, and operations. Now, leading consultant Avinash Valiramani presents expert guidance for driving maximum value from Microsoft's portfolio of Azure compute services for IaaS, PaaS, and FaaS. Drawing on his extensive work with Microsoft's Azure teams, he covers Azure VMs, VM Scale Sets, App Services, Azure Virtual Desktops, Azure Container Instances, Azure Functions, Azure Batch, and other Compute services. Whatever your role in delivering efficient, scalable compute services, this deep dive will help you make the most of your Azure investment. Leading Azure consultant Avinash Valiramani shows how to: Dive deeply into the frequently used Azure Compute services to better understand how each service works ; Walk through configuring each compute service and its related features and options ; Size, price, and create Azure VMs, and deliver the right levels of redundancy and availability ; Use VM Scale Sets (VMSS) to integrate VMs with load balancing and autoscaling ; Host web applications, mobile app back ends, and REST APIs via Azure App Service ; Run desktops-as-a-service at scale with Azure Virtual Desktop (AVD) ; Easily deploy containers on demand with Azure Container Instances (ACIs) ; Use serverless Azure Functions to build web APIs, process streams, and manage message queues." ] ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Azure virtual machines -- Azure virtual machine scale sets -- Azure app service -- Azure virtual desktop -- Azure container instances -- Azure functions." ] ;
    :title [ a :Title ;
            :mainTitle "Microsoft Azure Compute" ] .

