다음을 통해 공유


제품 만들기 또는 수정

참고 항목

Cloud 파트너 포털 API는 파트너 센터와 통합되었으며, 계속 파트너 센터에서 작동합니다. 전환에는 작은 변경 내용이 도입됩니다. 파트너 센터로 전환한 후에도 코드가 계속 작동하도록 Cloud 파트너 포털 API 참조에 나열된 변경 내용을 검토합니다. CPP API는 파트너 센터로 전환하기 전에 이미 통합된 기존 제품에만 사용해야 합니다. 새 제품은 파트너 센터 제출 API를 사용해야 합니다.

이 호출은 게시자 네임스페이스 내에서 특정 제품을 업데이트하거나 새 제품을 만듭니다.

PUT https://cloudpartner.azure.com/api/publishers/<publisherId>/offers/<offerId>?api-version=2017-10-31

URI 매개 변수

이름 설명 데이터 형식
publisherId 게시자 식별자(예: contoso 문자열
offerId 제안 식별자입니다. 문자열
api-version 최신 버전의 API 날짜
이름
콘텐츠-형식 application/json
권한 부여 Bearer YOUR_TOKEN

본문 예제

다음 예제에서는 offerID contosovirtualmachine를 사용하여 제품을 만듭니다.

Request

  {
      "publisherId": "contoso",
      "offerTypeId": "microsoft-azure-virtualmachines",
      "id": "contosovirtualmachine",
      "offerTypeVersions": {
          "microsoft-azure-virtualmachines": 87,
          "microsoft-azure-marketplace": 39
      },
      "definition": {
          "displayText": "Contoso Virtual Machine Offer",
          "offer": {
          "microsoft-azure-marketplace.title": "Contoso App",
          "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
          "microsoft-azure-marketplace.allowedSubscriptions": ["59160c40-2e25-4dcf-a2fd-6514cb08bf08"],
          "microsoft-azure-marketplace.usefulLinks": [{
              "linkTitle": "Contoso App for Azure",
              "linkUrl": "https://azuremarketplace.microsoft.com"
          }],
          "microsoft-azure-marketplace.categoryMap": [
                {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                        "visualization-and-reporting"
                    ]
                },
                {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning":[
                        "bot-services",
                        "cognitive-services",
                        "other"
                    ]
                }
            ],
          "microsoft-azure-marketplace.smallLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/6218c455-9cbc-450c-9920-f2e7a69ee132.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A50Z&sp=r",
          "microsoft-azure-marketplace.mediumLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/557e714b-2f31-4e12-b0cc-e48dd840edf4.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.largeLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/142485da-784c-44cb-9523-d4f396446258.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.wideLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/48af9013-1df7-4c94-8da8-4626e5039ce0.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.heroLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/c46ec74d-d214-4fb5-9082-3cee55200eba.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.screenshots": [],
          "microsoft-azure-marketplace.videos": [],
          "microsoft-azure-marketplace.leadDestination": "None",
          "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
          "microsoft-azure-marketplace.termsOfUse": "Terms of use",
          "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
          "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.supportContactName": "Jon Doe",
          "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.publicAzureSupportUrl": "",
          "microsoft-azure-marketplace.fairfaxSupportUrl": ""
      },
      "plans": 
      [
          {
              "planId": "contososkuidentifier",
              "microsoft-azure-virtualmachines.skuTitle": "Contoso App",
              "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
              "microsoft-azure-virtualmachines.cloudAvailability": ["PublicAzure"],
              "virtualMachinePricing": {
                  "isByol": true,
                  "freeTrialDurationInMonths": 0
              },
              "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
              "microsoft-azure-virtualmachines.windowsOSType": "Other",
              "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
              "microsoft-azure-virtualmachines.recommendedVMSizes": ["a0-basic", "a0-standard", "a1-basic", "a1-standard", "a2-basic", "a2-standard"],
              "microsoft-azure-virtualmachines.openPorts": [],
              "microsoft-azure-virtualmachines.vmImages": 
              {
                  "1.0.1": 
                  {
                      "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=abcDEF123456GHI...%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                      "lunVhdDetails": []
                  }
              },
              "regions": ["AZ"]
          }
          ]
      },
      "eTag": "W/\"datetime'2017-06-07T06%3A15%3A40.4771399Z'\"",
      "version": 5
  }

Response

 {
         "offerTypeId": "microsoft-azure-virtualmachines",
         "publisherId": "contoso",
         "status": "neverPublished",
         "id": "contosovirtualmachine",
         "version": 1,
         "definition": {
         "displayText": "Contoso Virtual Machine Offer",
         "offer": 
         {
             "microsoft-azure-marketplace-testdrive.videos": [],
             "microsoft-azure-marketplace.title": "Contoso App",
             "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
             "microsoft-azure-marketplace.allowedSubscriptions": 
             [
                 "59160c40-2e25-4dcf-a2fd-6514cb08bf08"
             ],
             "microsoft-azure-marketplace.usefulLinks": 
             [
                 {
                     "linkTitle": "Contoso App for Azure",
                     "linkUrl": "https://azuremarketplace.microsoft.com"
                 }
             ],
             "microsoft-azure-marketplace.categoryMap":
             [
                 {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                    "visualization-and-reporting"
                    ]
                 },
                 {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning": [
                    "bot-services",
                    "cognitive-services",
                    "other"
                    ]
                 }
             ],
             "microsoft-azure-marketplace.smallLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/8affcd28-60a5-4839-adf8-c560e069fd61.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%2Fuew%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.mediumLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/39550bca-1110-432c-9ea9-e12b3a2288cd.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.largeLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/ce3576e3-df12-4074-b0a3-0b8d3f329df1.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.wideLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/476d6edd-12d3-4414-9def-d2970c4a9de4.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%2BodpynSy%2FlYOvpx0yeam2Bw%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.heroLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/46c85b7b-4438-4e0d-8218-24fb5651727a.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.screenshots": [],
             "microsoft-azure-marketplace.videos": [],
             "microsoft-azure-marketplace.leadDestination": "None",
             "microsoft-azure-marketplace.tableLeadConfiguration": {},
             "microsoft-azure-marketplace.blobLeadConfiguration": {},
             "microsoft-azure-marketplace.salesForceLeadConfiguration": {},
             "microsoft-azure-marketplace.crmLeadConfiguration": {},
             "microsoft-azure-marketplace.httpsEndpointLeadConfiguration": {},
             "microsoft-azure-marketplace.marketoLeadConfiguration": {},
             "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
             "microsoft-azure-marketplace.termsOfUse": "Terms of use",
             "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
             "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.supportContactName": "Jon Doe",
             "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.publicAzureSupportUrl": "",
             "microsoft-azure-marketplace.fairfaxSupportUrl": ""
         },
         "plans": 
         [
             {
                 "planId": "contososkuidentifier",
                 "microsoft-azure-virtualmachines.skuTitle": "Contoso App (Old Title)",
                 "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
                 "microsoft-azure-virtualmachines.cloudAvailability": 
                 [
                     "PublicAzure"
                 ],
                 "microsoft-azure-virtualmachines.certificationsFairfax": [],
                 "virtualMachinePricing": {
                     "isByol": true,
                     "freeTrialDurationInMonths": 0
                 },
                 "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
                 "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
                 "microsoft-azure-virtualmachines.recommendedVMSizes": 
                 [
                     "a0-basic",
                     "a0-standard",
                     "a1-basic",
                     "a1-standard",
                     "a2-basic",
                     "a2-standard"
                 ],
                 "microsoft-azure-virtualmachines.openPorts": [],
                 "microsoft-azure-virtualmachines.vmImages": 
                 {
                     "1.0.1": 
                     {
                         "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=abcDEF123456GHI...%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                         "lunVhdDetails": []
                     }
                 },
                 "regions":
                 [
                     "AZ"
                 ]
             } 
         ]
     },
     "changedTime": "2018-03-28T22:27:13.8363879Z"
 }

참고 항목

이 제품을 수정하려면 위의 요청에 *로 설정된 If-Match 헤더를 추가합니다. 위와 동일한 요청 본문을 사용하지만 필요에 따라 값을 수정합니다.

응답 상태 코드

‘코드’ 설명
200 OK. 요청이 성공적으로 처리되었고 제안이 성공적으로 수정되었습니다.
201 Created. 요청이 성공적으로 처리되었고 제안이 성공적으로 생성되었습니다.
400 Bad/Malformed request. 오류 응답 본문은 자세한 정보를 제공할 수 있습니다.
403 Forbidden. 클라이언트는 요청된 네임스페이스에 액세스할 수 없습니다.
404 Not found. 클라이언트에서 참조하는 엔터티가 없습니다.
412 서버는 요청자가 요청에 지정한 사전 조건 중 하나를 충족하지 않습니다. 클라이언트가 요청과 함께 전송된 ETAG를 확인해야 합니다.

아티팩트 업로드 중

이미지 및 로고와 같은 아티팩트를 웹의 액세스 가능한 위치에 업로드한 다음 위의 예제와 같이 PUT 요청에 각각 URI로 포함하여 공유해야 합니다. 시스템에서 이러한 파일이 Azure Marketplace 스토리지에 없는 것을 감지하고 다운로드합니다. 따라서 향후 GET 요청은 이러한 파일에 대한 Azure Marketplace 서비스 URL을 반환합니다.

범주 및 산업

새 제품을 만들 때 마켓플레이스에서 제품의 범주를 지정해야 합니다. 필요에 따라 일부 제품 유형의 경우 산업을 지정할 수도 있습니다. 제품 유형에 따라 다음 표의 특정 키 값을 사용하여 제품에 적용할 수 있는 범주/산업을 제공합니다.

Azure Marketplace 범주

이러한 범주 및 해당 키는 Azure 앱, Virtual Machines, Core Virtual Machines, 컨테이너, 컨테이너 앱, IoT Edge 모듈 및 SaaS 제품 유형에 적용됩니다. 굵은 기울임꼴 항목(예: 분석)은 범주이며 표준 텍스트 항목(예: data-insights)은 하위 범주입니다. 공백 또는 대/소문자를 변경하지 말고 정확한 키 값을 사용합니다.

범주 SaaS 키 키 Azure 앱 가상 머신, 컨테이너, 컨테이너 앱, IoT Edge 모듈, 핵심 가상 머신 키
분석 analytics analytics-azure-apps analytics-amp
데이터 인사이트 data-insights data-insights data-insights
데이터 분석 data-analytics data-analytics data-analytics
빅 데이터 big-data bigData big-data
예측 분석 predictive-analytics predictive-analytics predictive-analytics
실시간/스트리밍 분석 real-time-streaming-analytics real-time-streaming-analytics real-time-streaming-analytics
기타 기타 기타 분석 기타
AI + 기계 학습 ArtificialIntelligence ai-plus-machine-learning ai-plus-machine-learning
Bot Services bot-services bot-services bot-services
Cognitive Services cognitive-services cognitive-services cognitive-services
ML 서비스 ml-service ml-service ml-service
자동화된 ML automated-ml automated-ml automated-ml
비즈니스/로봇 프로세스 자동화 비즈니스 로봇 프로세스 자동화 비즈니스 로봇 프로세스 자동화 비즈니스 로봇 프로세스 자동화
데이터 레이블 지정 data-labelling data-labelling data-labelling
데이터 준비 data-preparation data-preparation data-preparation
지식 마이닝 지식 마이닝 지식 마이닝 지식 마이닝
ML 작업 ml-operations ml-operations ml-operations
기타 other-AI-plus-machine-learning 기타 기타
블록체인 blockchain blockchain blockchain
앱 가속기 app-accelerators app-accelerators app-accelerators
단일 노드 원장 single-node-ledger single-node-ledger single-node-ledger
다중 노드 원장 다중 노드 원장 다중 노드 원장 다중 노드 원장
도구 tools tools tools
기타 기타 기타 기타
컴퓨팅 compute-saas compute-azure-apps compute
애플리케이션 인프라 appInfra appInfrastructure 애플리케이션 인프라
운영 체제 clientOS clientOS operating-systems
캐시 캐시 캐시 캐시
기타 other-compute other-compute 기타
컨테이너 containers containers containers
Container Apps container-apps container-apps container-apps
컨테이너 이미지 container-images container-images container-images
컨테이너 시작 get-started-with-containers get-started-with-containers get-started-with-containers
기타 기타 기타 기타
데이터베이스 databases-saas database databases
NoSQL 데이터베이스 nosql-databases nosql-databases nosql-databases
관계형 데이터베이스 relational-databases relational-databases relational-databases
원장/블록체인 데이터베이스 ledger-blockchain-databases ledger-blockchain-databases ledger-blockchain-databases
데이터 레이크 data-lakes data-lakes data-lakes
데이터 웨어하우스 데이터 웨어하우스 데이터 웨어하우스 데이터 웨어하우스
기타 other-databases other-databases 기타
개발자 도구 developer-tools-saas developer-tools-azure-apps developer-tools
도구 tools-developer-tools tools-developer-tools tools-developer-tools
스크립트 scripts scripts scripts
개발자 서비스 devService devService developer-service
기타 other-developer-tools other-developer-tools 기타
DevOps devops devops devops
기타 기타 기타 기타
ID identity identity identity
액세스 관리 액세스 관리 액세스 관리 액세스 관리
기타 기타 기타 기타
통합 integration integration integration
메시징 메시징 메시징 메시징
기타 기타 기타 기타
사물 인터넷 IoT 사물 인터넷-azure-apps internet-of-things
IoT 핵심 서비스 해당 없음 iot-core-services iot-core-services
IoT Edge 모듈 해당 없음 iot-edge-modules iot-edge-modules
IoT 솔루션 iot-solutions iot-solutions iot-solutions
데이터 분석 및 시각화 데이터 분석 및 시각화 데이터 분석 및 시각화 데이터 분석 및 시각화
IoT 연결 iot-connectivity iot-connectivity iot-connectivity
기타 other-internet-of-things other-internet-of-things 기타
IT 및 관리 도구 ITandAdministration it-and-management-tools-azure-apps it-and-management-tools
관리 솔루션 management-solutions management-solutions management-solutions
비즈니스 애플리케이션 businessApplication businessApplication 비즈니스 애플리케이션
기타 other-it-management-tools other-it-management-tools 기타
모니터링 및 진단 monitoring-and-diagnostics monitoring-and-diagnostics monitoring-and-diagnostics
기타 기타 기타 기타
미디어 media media media
Media Services media-services media-services media-services
Content Protection content-protection content-protection content-protection
라이브 및 주문형 스트리밍 라이브 및 주문형 스트리밍 라이브 및 주문형 스트리밍 라이브 및 주문형 스트리밍
기타 기타 기타 기타
마이그레이션 migration migration migration
데이터 마이그레이션 data-migration data-migration data-migration
기타 기타 기타 기타
혼합 현실 mixed-reality mixed-reality mixed-reality
기타 기타 기타 기타
네트워킹 networking networking networking
어플라이언스 관리자 appliance-managers appliance-managers appliance-managers
연결 연결 연결 연결
방화벽 방화벽 방화벽 방화벽
부하 분산 장치 load-balancers load-balancers load-balancers
기타 기타 기타 기타
보안 security security security
ID 및 액세스 관리 ID 및 액세스 관리 ID 및 액세스 관리 ID 및 액세스 관리
Threat Protection 위협 방지 위협 방지 위협 방지
정보 보호 information-protection information-protection information-protection
기타 기타 기타 기타
스토리지 storage-saas storage-azure-apps storage
백업 및 복구 백업(backup) 백업(backup) 백업 및 복구
엔터프라이즈 하이브리드 스토리지 enterprise-hybrid-storage enterprise-hybrid-storage enterprise-hybrid-storage
파일 공유 file-sharing file-sharing file-sharing
데이터 수명 주기 관리 data-lifecycle-management data-lifecycle-management data-lifecycle-management
기타 other-storage other-storage 기타
web web web
블로그 및 CMS blogs-and-cmss blogs-and-cmss blogs-and-cmss
시작 웹앱 starter-web-apps starter-web-apps starter-web-apps
전자 상거래 ecommerce ecommerce ecommerce
Web Apps 프레임워크 web-apps-frameworks web-apps-frameworks web-apps-frameworks
Web Apps web-apps web-apps web-apps
기타 기타 기타 기타

Microsoft AppSource 범주

이러한 범주와 해당 키는 SaaS, Power BI 앱, Dynamics 365 Business Central, Dataverse, Power Apps의 Dynamics 365 앱, Dynamics 365 Operations Apps 제품 유형에 적용됩니다. 굵은 기울임꼴 항목(예: 분석)은 범주이며 표준 텍스트 항목(예: advanced-analytics)은 하위 범주입니다. 공백 또는 대/소문자를 변경하지 말고 정확한 키 값을 사용합니다.

범주 SaaS 키 Dynamics 365 Business Central, Dataverse 및 Power Apps의 Dynamics 365 앱, Dynamics 365 Operations Apps 키 Power BI 앱 키
분석 analytics 분석 분석
고급 분석 고급 분석 고급 분석 고급 분석
시각화 및 보고 시각화 보고 시각화 보고 시각화 보고
기타 기타 기타 분석 기타 분석
AI + 기계 학습 ArtificialIntelligence ai-plus-machine-learning-dynamics ai-plus-machine-learning-appsource
비즈니스용 AI ai-for-business ai-for-business ai-for-business
봇 앱 bot-apps bot-apps bot-apps
기타 other-ai-plus-machine-learning other-ai-plus-machine-learning other-ai-plus-machine-learning
협업 협업 협업 합작
연락처 및 사용자 연락처 사용자 연락처 사용자 contact-and-people
모임 관리 meeting-management meeting-management meeting-management
사이트 디자인 및 관리 site-design-management site-design-management site-design-and-management
작업 및 프로젝트 관리 task-project-management task-project-management task-and-project-management
음성 및 화상 회의 음성 비디오 회의 음성 비디오 회의 음성 및 비디오 회의
기타 기타 공동 작업 기타 공동 작업 기타
규정 준수 및 법률 compliance compliance compliance-and-legal
세금 감사 tax-audit tax-audit tax-and-audit
Legal Legal Legal 법률
데이터, 거버넌스 및 개인 정보 data-governance-privacy data-governance-privacy 데이터 거버넌스 및 개인 정보 보호
건강 및 안전 건강 안전 건강 안전 건강 및 안전
기타 other-compliance-legal other-compliance-legal 기타
Customer Service CustomerService CustomerService customer-service
연락 센터 contact-center contact-center contact-center
대면 서비스 face-to-face-service face-to-face-service face-to-face-service
백오피스 및 직원 서비스 back-office-employee-service back-office-employee-service back-office-and-employee-service
정보 및 사례 관리 knowledge-case-management knowledge-case-management knowledge-and-case-management
소셜 미디어 및 옴니채널 참여 소셜 미디어-옴니채널 참여 소셜 미디어-옴니채널 참여 소셜 미디어 및 옴니채널 참여
기타 other-customer-service other-customer-service 기타
Finance Finance Finance finance
회계업 회계 회계 회계
자산 관리 자산 관리 자산 관리 자산 관리
분석, 통합 및 보고 analytics-consolidation-reporting analytics-consolidation-reporting analytics-consolidation-and-reporting
크레딧 및 컬렉션 크레딧 컬렉션 크레딧 컬렉션 credit-and-collections
규정 준수 및 위험 관리 규정 준수 위험 관리 규정 준수 위험 관리 compliance-and-risk-management
기타 other-finance other-finance 기타
Human Resources HumanResources HumanResources human-resources
인재 취득 talent-acquisition talent-acquisition talent-acquisition
인재 관리 인재 관리 인재 관리 인재 관리
HR 작업 hr-operations hr-operations hr-operations
인력 계획 및 분석 workforce-planning-analytics workforce-planning-analytics workforce-planning-and-analytics
기타 other-human-resources other-human-resources 기타
사물 인터넷 IoT 사물 인터넷 역학 internet-of-things-appsource
자산 관리 및 운영 asset-management-operations asset-management-operations 자산 관리 및 운영
연결된 제품 connected-products connected-products connected-products
지능형 공급망 인텔리전트 공급망 인텔리전트 공급망 인텔리전트 공급망
예측 유지 관리 predictive-maintenance predictive-maintenance predictive-maintenance
원격 모니터링 remote-monitoring remote-monitoring remote-monitoring
안전 및 보안 안전 보안 안전 보안 안전 및 보안
스마트 인프라 및 리소스 스마트 인프라 리소스 스마트 인프라 리소스 smart-infrastructure-and-resources
차량 및 이동 수단 vehicles-mobility vehicles-mobility 차량 및 이동성
기타 other-internet-of-things other-internet-of-things 기타
IT 및 관리 도구 ITandAdministration ITandAdministration it-and-management-tools
관리 솔루션 management-solutions management-solutions management-solutions
비즈니스 애플리케이션 businessApplication businessApplication 비즈니스 애플리케이션
기타 other-it-management-tools other-it-management-tools 기타
Marketing Marketing Marketing marketing
광고 advertisement advertisement advertisement
분석 analytics-marketing analytics-marketing analytics-marketing
캠페인 관리 및 자동화 캠페인 관리 자동화 캠페인 관리 자동화 캠페인 관리 및 자동화
메일 마케팅 email-marketing email-marketing email-marketing
L2 - 이벤트 및 리소스 관리 events-resource-management events-resource-management events-and-resource-management
연구 및 분석 리서치 분석 리서치 분석 연구 및 분석
소셜 미디어 social-media social-media social-media
기타 other-marketing other-marketing 기타
운영 및 공급망 OperationsSupplyChain OperationsSupplyChain operations-and-supply-chain
자산 및 프로덕션 관리 asset-production-management asset-production-management asset-and-production-management
수요 예측 수요 예측 수요 예측 수요 예측
정보 관리 및 연결 information-management-connectivity information-management-connectivity information-management-and-connectivity
계획, 구매 및 보고 계획 구매 보고 계획 구매 보고 planning-purchasing-and-reporting
품질 및 서비스 관리 품질 서비스 관리 품질 서비스 관리 quality-and-service-management
판매 주문 관리 sales-order-management sales-order-management sales-and-order-management
운송 및 창고 관리 transportation-warehouse-management transportation-warehouse-management 운송 및 창고 관리
기타 other-operations-supply-chain other-operations-supply-chain 기타
생산성 생산성 생산성 productivity
콘텐츠 만들기 및 관리 content-creation-management content-creation-management content-creation-and-management
언어 및 번역 언어 번역 언어 번역 language-and-translation
문서 관리 문서 관리 문서 관리 문서 관리
이메일 관리 email-management email-management email-management
검색 및 참조 search-reference search-reference search-and-reference
기타 other-productivity other-productivity 기타
Gamification Gamification Gamification 게임화
Sales Sales Sales Sales
통신 판매 telesales telesales telesales
CPQ(구성, 가격, 견적) configure-price-quote configure-price-quote configure-price-quote
계약 관리 계약 관리 계약 관리 계약 관리
CRM crm crm crm
전자 상거래 e-commerce e-commerce e-commerce
비즈니스 데이터 보강 business-data-enrichment business-data-enrichment business-data-enrichment
판매 활성화 지원 sales-enablement sales-enablement sales-enablement
기타 other-sales other-sales other-sales
지리적 위치 geolocation geolocation geolocation
지도
뉴스 및 날씨 news-and-weather news-and-weather news-and-weather
기타 other-geolocation other-geolocation other-geolocation

Microsoft AppSource 산업

이러한 산업과 해당 키는 SaaS, Power BI 앱, Dynamics 365 Business Central, Dataverse, Power Apps의 Dynamics 365 앱, Dynamics 365 Operations Apps 제품 유형에 적용됩니다. 굵은 기울임꼴 항목(예: 자동차)은 범주이며 표준 텍스트 항목(예: AutomotiveL2)은 하위 범주입니다. 공백 또는 대/소문자를 변경하지 말고 정확한 키 값을 사용합니다.

산업 SaaS, Dynamics 365 Business Central, Dataverse 및 Power Apps의 Dynamics 365 앱, Dynamics 365 Operations Apps 키 Power BI 앱 키
자동차 자동차 automotive
자동차 AutomotiveL2 AutomotiveL2
농업 농업 agriculture
기타 - unsegmented Agriculture_OtherUnsegmented 기타-unsegmented
배포 배포 distribution
도매업 도매업 도매
소포 및 패키지 배송 ParcelAndPackageShipping 구획 및 패키지 배송
Education Education education
고등교육 상위 교육 higher-education
초등 교육 /K-12 PrimaryAndSecondaryEducationK12 초등 및 중등 교육
도서관 및 박물관 LibrariesAndMuseums 도서관 및 박물관
금융 서비스 FinancialServices financial-services
뱅킹 및 자본 시장 BankingAndCapitalMarkets 은행 및 자본 시장
보험업 보험업 보험
정부 정부 government
군사 및 정보 DefenseAndIntelligence 국방 및 인텔리전스
공공 안전 및 정의 PublicSafetyAndJustice 공공 안전 및 정의
민간 정부 민간인 정부 민간 정부
의료 HealthCareandLifeSciences healthcare
의료 보험 HealthPayor health-payor
의료 서비스 공급자 HealthProvider health-provider
제약 제약 pharmaceuticals
제조 및 자원 제조업 manufacturing-and-resources
화학 및 농약 ChemicalAndAgrochemical 화학 및 농약
분리형 제조 DiscreteManufacturing discrete-manufacturing
에너지 에너지 energy
소매 및 소비재 RetailandConsumerGoods retail-and-consumer-goods
소비재 ConsumerGoods consumer-goods
리테일 리테일 retailers
미디어 및 통신 MediaAndCommunications media-and-communications
미디어 및 엔터테인먼트 MediaandEntertainment 미디어 및 엔터테인먼트
통신업 통신업 telecommunications
전문 서비스 ProfessionalServices professional-services
Legal Legal 법률
파트너 전문 서비스 PartnerProfessionalServices partner-professional-services
아키텍처 및 생성 ArchitectureAndConstruction architecture-and-construction
기타 - unsegmented ArchitectureAndConstruction_OtherUnsegmented 기타-unsegmented
호스피탈리티 및 여행 HospitalityandTravel hospitality-and-travel
호텔 & 레저 호텔앤들레주어 호텔 및 레저
여행 및 교통 TravelAndTransportation 여행 및 교통
음식점 & 푸드 서비스 RestaurantsAndFoodServices 음식점 및 음식 서비스
기타 공공 부문 산업 OtherPublicSectorIndustries other-public-sector-industries
임업 및 어업 ForestryAndFishing 임업 및 낚시
Nonprofits Nonprofits 비영리 단체
부동산 RealEstate real-estate
기타 - unsegmented RealEstate_OtherUnsegmented 기타-unsegmented

API 버전 및 업데이트

엽데이트 무엇이 변경되었습니까?
12-2022 이제 CPP 공용 API(버전 2017-10-31)가 업데이트되어 고객 잠재 고객을 구성하는 동안 marketo 커넥터용 clientId 및 clientSecret을 캡처합니다. 잠재 고객 구성 중에는 앞으로 serverId 필드를 제공할 필요가 없습니다. API에 대한 이 업데이트에는 버전 업데이트 또는 호환성이 손상되는 변경이 포함되지 않습니다.